Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / weiznich/diesel_async issues and pull requests

#195 - pg: Remove `pub` from `tests` module declaration

Pull Request - State: closed - Opened by Turbo87 22 days ago - 1 comment

#194 - AsyncConnectionWrapper: Implement `Deref<Target = C>`

Pull Request - State: closed - Opened by Turbo87 22 days ago

#193 - CI: Run `async-connection-wrapper` feature tests too

Pull Request - State: closed - Opened by Turbo87 22 days ago - 2 comments

#191 - PostgreSQL TLS should be much more straightforward

Issue - State: closed - Opened by vriesk 2 months ago - 2 comments
Labels: bug

#188 - [features] add `pool` crate feature

Pull Request - State: closed - Opened by fakeshadow 2 months ago - 1 comment

#186 - panic when using pooled connection with a collection of async query

Issue - State: open - Opened by fakeshadow 2 months ago - 3 comments
Labels: bug

#185 - WebAssembly Strategy/`Send` bounds

Issue - State: open - Opened by insipx 3 months ago
Labels: bug

#183 - diesel_async fails to connect to MariaDB, while pure diesel works fine

Issue - State: closed - Opened by crai0n 3 months ago - 2 comments
Labels: bug

#182 - Enable a few more lints regarding truncations in numerical casts

Pull Request - State: closed - Opened by weiznich 3 months ago

#180 - Update README.md

Pull Request - State: closed - Opened by korir248 3 months ago - 1 comment

#179 - Add a bit more documentation around the reexported pool types

Pull Request - State: closed - Opened by weiznich 3 months ago - 2 comments

#178 - Unable to specify the type for sqlite pool

Issue - State: closed - Opened by pickfire 3 months ago - 7 comments
Labels: documentation, help wanted

#177 - Add Clone for SyncConnectionWrapper

Pull Request - State: closed - Opened by pickfire 4 months ago - 2 comments

#175 - Unable to inject async DB connection via web::Dta<Pool<<>>>>

Issue - State: closed - Opened by ag039st 4 months ago
Labels: bug

#174 - opt out of `Send` for wasm32

Pull Request - State: closed - Opened by insipx 4 months ago - 8 comments

#173 - Prepare a diesel-async 0.5 release

Pull Request - State: closed - Opened by weiznich 4 months ago

#168 - Bump minimal supported mysql_async version to 0.34

Pull Request - State: closed - Opened by weiznich 4 months ago

#165 - Confirmation on production readiness of diesel-async currently?

Issue - State: closed - Opened by AbdulWMughal 5 months ago
Labels: bug

#163 - Update Rustls example and add to README for clarification

Pull Request - State: closed - Opened by Brobb954 5 months ago

#162 - Release with Diesel 2.2.1

Issue - State: closed - Opened by willbuckner 5 months ago - 2 comments
Labels: bug

#160 - sync wrapper: Clear mutex poison and provide underlying mutex guar

Pull Request - State: closed - Opened by momobel 5 months ago - 3 comments

#158 - Unable to execute `COPY FROM`, likely due to missing `ExecuteCopyFromDsl` trait

Issue - State: closed - Opened by lkral-navmatix 5 months ago - 1 comment
Labels: bug

#157 - use latest mariadb in ci

Pull Request - State: closed - Opened by sabify 5 months ago

#156 - Fix the ci

Pull Request - State: closed - Opened by weiznich 5 months ago

#156 - Fix the ci

Pull Request - State: closed - Opened by weiznich 5 months ago

#155 - fix: update deadpool to 0.12

Pull Request - State: closed - Opened by jun-sheaf 5 months ago

#154 - Allow custom OID serialization

Pull Request - State: open - Opened by dullbananas 5 months ago - 1 comment

#154 - Allow custom OID serialization

Pull Request - State: closed - Opened by dullbananas 5 months ago - 2 comments

#152 - Bump diesel to 2.2

Pull Request - State: closed - Opened by weiznich 6 months ago - 5 comments

#150 - Fix/ci

Pull Request - State: closed - Opened by weiznich 7 months ago

#149 - Update `deadpool` to `0.11`

Pull Request - State: closed - Opened by jun-sheaf 7 months ago - 4 comments

#148 - diesel_async does not support sql_query (async)

Issue - State: closed - Opened by rxdiscovery 7 months ago - 3 comments
Labels: bug

#147 - Use owned row cache in sync wrapper

Pull Request - State: closed - Opened by momobel 7 months ago

#146 - Add SyncConnectionWrapper type

Pull Request - State: closed - Opened by momobel 8 months ago - 2 comments

#144 - 0.4.x doesn't work with custom types

Issue - State: closed - Opened by inferiorhumanorgans 8 months ago - 1 comment
Labels: bug

#142 - RunQueryDsl overrides calls to vec.first() to RunQueryDsl::first()

Issue - State: closed - Opened by cdxker 8 months ago - 6 comments
Labels: enhancement

#140 - Fix #138 (Incoherent UPDATE return for MySQL/MariaDB)

Pull Request - State: closed - Opened by Soblow 9 months ago - 1 comment

#139 - The conneciton pool returns corrupt connections

Issue - State: open - Opened by importcjj 9 months ago - 3 comments
Labels: bug, help wanted

#138 - Incoherence between Diesel and Diesel_async on MySQL/MariaDB connection (UPDATE return value)

Issue - State: closed - Opened by Soblow 9 months ago - 1 comment
Labels: bug, help wanted, good first issue

#137 - Use piplining in AsyncPgConnection::set_config_options

Pull Request - State: closed - Opened by dullbananas 9 months ago

#136 - Add dependabot

Pull Request - State: closed - Opened by oriontvv 9 months ago - 2 comments

#135 - New release?

Issue - State: closed - Opened by brocaar 10 months ago - 1 comment
Labels: bug

#134 - enable rustls with mysql

Pull Request - State: closed - Opened by Ludea 12 months ago - 1 comment

#132 - Better handling of the postgres connection background task

Pull Request - State: closed - Opened by weiznich about 1 year ago

#131 - More dependency updates

Pull Request - State: closed - Opened by weiznich about 1 year ago

#129 - Update deadpool to 0.10

Pull Request - State: closed - Opened by SergioBenitez about 1 year ago

#127 - Problem trait LoadQuery is not satisfied sub query when implement Pagination

Issue - State: closed - Opened by measproem about 1 year ago
Labels: bug

#125 - Is there some way to get the last insert id after an insert operation?

Issue - State: closed - Opened by importcjj about 1 year ago
Labels: bug

#123 - Exporting a PooledConnection type for mobc

Pull Request - State: closed - Opened by bausano about 1 year ago

#122 - Failed to save array of enums

Issue - State: closed - Opened by DylanVerstraete about 1 year ago - 2 comments
Labels: bug

#121 - Expose underlying connection errors to user of AsyncPgConnection

Pull Request - State: closed - Opened by banool about 1 year ago - 2 comments

#118 - Don't eprintln in AsyncPgConnection

Pull Request - State: closed - Opened by banool about 1 year ago - 14 comments

#117 - r2d2 not supported with AsyncPgConnection

Issue - State: closed - Opened by banool about 1 year ago - 2 comments
Labels: bug

#116 - Expose build_transaction through AsyncConnectionWrapper

Pull Request - State: closed - Opened by banool about 1 year ago - 3 comments

#115 - AsyncConnectionWrapper does not implement `build_transaction`

Issue - State: open - Opened by banool about 1 year ago - 2 comments
Labels: bug

#114 - use diesel_async::RunQueryDsl::execute conflicts with meilisearch_sdk execute

Issue - State: closed - Opened by javihc about 1 year ago - 5 comments
Labels: bug

#109 - Add a From<AsyncConnection> for AsyncConnectionWrapper

Pull Request - State: closed - Opened by DevLazio about 1 year ago

#107 - The trait MultiConnection is not implemented

Issue - State: closed - Opened by Ludea about 1 year ago
Labels: bug

#106 - fix: avoid where Self: 'a clause on GATs

Pull Request - State: closed - Opened by kmdreko about 1 year ago

#104 - Compiler requires `'static` when using transactions on generic AsyncConnection

Issue - State: closed - Opened by kmdreko about 1 year ago - 1 comment
Labels: bug

#103 - Failed to find a type oid for ENUM_TYPE

Issue - State: closed - Opened by omid about 1 year ago - 31 comments
Labels: bug

#102 - Implement `MigrationConnection` for the `AsyncConnectionWrapper` type

Pull Request - State: closed - Opened by weiznich about 1 year ago

#101 - Add a `RecyclingMethod` configuration to the connection pool

Pull Request - State: closed - Opened by weiznich about 1 year ago

#100 - Introduce an `AsyncConnectionWrapper` type

Pull Request - State: closed - Opened by weiznich about 1 year ago - 2 comments

#99 - Fail to get the connection with the features ["postgres", "bb8"]

Issue - State: closed - Opened by peng-huang-ch over 1 year ago - 4 comments
Labels: bug

#97 - Use is_broken_transaction_manager when returning pooled item

Pull Request - State: closed - Opened by dae over 1 year ago

#96 - Dangling transactions when pooled connections dropped

Issue - State: closed - Opened by dae over 1 year ago - 6 comments
Labels: bug

#94 - Feature Request: sqlite

Issue - State: closed - Opened by poelzi over 1 year ago
Labels: bug

#93 - `table!` macro fails when a column with an underscore is included

Issue - State: closed - Opened by ishtms over 1 year ago - 1 comment
Labels: bug

#92 - fix mysql `TinyInt` serialization

Pull Request - State: closed - Opened by 0xdeafbeef over 1 year ago - 1 comment

#91 - Incorrect casting of MySQL `tinyint`

Issue - State: closed - Opened by 0xdeafbeef over 1 year ago - 3 comments
Labels: bug

#90 - Add Debug implementation for AsyncDieselConnectionManager.

Pull Request - State: closed - Opened by rhuffus over 1 year ago

#88 - Raw sql Query not working in 0.3.1

Issue - State: closed - Opened by Aman9804 over 1 year ago - 2 comments
Labels: bug

#85 - Fix readme

Pull Request - State: closed - Opened by weiznich over 1 year ago

#84 - Outdated examples

Issue - State: closed - Opened by PaulDotSH over 1 year ago - 4 comments

#82 - Fix #81 by adding the missing impl

Pull Request - State: closed - Opened by weiznich over 1 year ago

#81 - UpdateAndFetchResults is not implemented for deadpool Object

Issue - State: closed - Opened by Coops0 over 1 year ago - 1 comment
Labels: bug

#79 - Performance benchmarks

Issue - State: closed - Opened by PaulDotSH over 1 year ago - 1 comment

#78 - Cannot create a pooled connection. "The trait bound is not satisfied"

Issue - State: closed - Opened by mpiorowski over 1 year ago - 6 comments
Labels: bug

#77 - `diesel_async::RunQueryDsl` is not implemented for `diesel::SqlQuery`

Issue - State: closed - Opened by xiaoas over 1 year ago - 1 comment
Labels: bug

#76 - How to batch insert records?

Issue - State: closed - Opened by maximumstock over 1 year ago - 1 comment
Labels: bug

#74 - Added postgres error code handling

Pull Request - State: closed - Opened by evilbluebeaver over 1 year ago - 1 comment

#73 - AsyncPgConnection SSL error when PgConnection works

Issue - State: closed - Opened by roudikk over 1 year ago - 1 comment
Labels: bug

#72 - Update mysql_async to 0.31 and prepare 0.2.2 release

Pull Request - State: closed - Opened by weiznich over 1 year ago

#70 - Some backend specific impls in Diesel are unavailable (e.g. InsertOrIgnore)

Issue - State: closed - Opened by oeed over 1 year ago - 3 comments
Labels: bug

#68 - Fix deadpool example in README

Pull Request - State: closed - Opened by dmeijboom over 1 year ago

#65 - Update main to contain 0.2

Pull Request - State: closed - Opened by weiznich over 1 year ago

#64 - Add an example of using a pooled bb8 connection with rustls

Pull Request - State: closed - Opened by ThouCheese over 1 year ago

#63 - Merge 0.2.x changes to main

Pull Request - State: closed - Opened by weiznich over 1 year ago

#61 - fix typo

Pull Request - State: closed - Opened by mgrachev over 1 year ago

#60 - Adding test transaction to the trait AsyncConnection

Pull Request - State: closed - Opened by KatsuoRyuu almost 2 years ago

#58 - postgres: add cancel_token

Pull Request - State: closed - Opened by naim94a almost 2 years ago - 1 comment