- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 94
Comparing changes
Open a pull request
base repository: weiznich/diesel_async
base: v0.4.0
head repository: weiznich/diesel_async
compare: v0.5.0
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ec38eca - Browse repository at this point
Copy the full SHA ec38ecaView commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b6adeb0 - Browse repository at this point
Copy the full SHA b6adeb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2abc7d - Browse repository at this point
Copy the full SHA b2abc7dView commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8c0e1a7 - Browse repository at this point
Copy the full SHA 8c0e1a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66636b2 - Browse repository at this point
Copy the full SHA 66636b2View commit details
Commits on Sep 8, 2023
-
Merge pull request #106 from kmdreko/fix/avoid-where-self-clause-on-gats
fix: avoid where Self: 'a clause on GATs
Configuration menu - View commit details
-
Copy full SHA for e3c3511 - Browse repository at this point
Copy the full SHA e3c3511View commit details -
Add a From<AsyncConnection> for AsyncConnectionWrapper
+ example for running pending migrations
Valentin Mariette committedSep 8, 2023 Configuration menu - View commit details
-
Copy full SHA for e165e8c - Browse repository at this point
Copy the full SHA e165e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1122763 - Browse repository at this point
Copy the full SHA 1122763View commit details -
Merge pull request #109 from DevLazio/main
Add a From<AsyncConnection> for AsyncConnectionWrapper
Configuration menu - View commit details
-
Copy full SHA for 1e18b37 - Browse repository at this point
Copy the full SHA 1e18b37View commit details
Commits on Oct 27, 2023
-
Exporting a PooledConnection type for mobc (#123)
* Exporting a PooledConnection type for mobc * Unreleased version * Reverting formatting
Configuration menu - View commit details
-
Copy full SHA for f203e6d - Browse repository at this point
Copy the full SHA f203e6dView commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b413db6 - Browse repository at this point
Copy the full SHA b413db6View commit details -
Merge pull request #129 from SergioBenitez/deadpool-upgrade
Update deadpool to 0.10
Configuration menu - View commit details
-
Copy full SHA for 287e380 - Browse repository at this point
Copy the full SHA 287e380View commit details
Commits on Nov 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d7d117f - Browse repository at this point
Copy the full SHA d7d117fView commit details -
Merge pull request #131 from weiznich/update_mysql
More dependency updates
Configuration menu - View commit details
-
Copy full SHA for d5f6b7b - Browse repository at this point
Copy the full SHA d5f6b7bView commit details -
Better handling of the postgres connection background task
* Propagate errors to the user * Cancel the task if we drop the connection
Configuration menu - View commit details
-
Copy full SHA for 6c73e23 - Browse repository at this point
Copy the full SHA 6c73e23View commit details -
Merge pull request #132 from weiznich/fix_postgres_background_task
Better handling of the postgres connection background task
Configuration menu - View commit details
-
Copy full SHA for 017ebe2 - Browse repository at this point
Copy the full SHA 017ebe2View commit details
Commits on Feb 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65c6eb6 - Browse repository at this point
Copy the full SHA 65c6eb6View commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ef43d2 - Browse repository at this point
Copy the full SHA 1ef43d2View commit details
Commits on Mar 1, 2024
-
MySQL/MariaDB now use CLIENT_FOUND_ROWS capability so that UPDATE com…
…mand return is consistent with PostgreSQL Signed-off-by: Soblow "Opale" Xaselgio <113846014+Soblow@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for db5a3db - Browse repository at this point
Copy the full SHA db5a3dbView commit details -
Update CHANGELOG to display the change in behavior for MariaDB/MySQL …
…UPDATE Signed-off-by: Soblow "Opale" Xaselgio <113846014+Soblow@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 50a300b - Browse repository at this point
Copy the full SHA 50a300bView commit details -
Add some missing links in CHANGELOG.md
Signed-off-by: Soblow "Opale" Xaselgio <113846014+Soblow@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cafb86d - Browse repository at this point
Copy the full SHA cafb86dView commit details
Commits on Mar 15, 2024
-
Merge pull request #140 from Soblow/fix/mysql_update_rowcount
Fix #138 (Incoherent UPDATE return for MySQL/MariaDB)
Configuration menu - View commit details
-
Copy full SHA for d02798c - Browse repository at this point
Copy the full SHA d02798cView commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fec4622 - Browse repository at this point
Copy the full SHA fec4622View commit details
Commits on Apr 5, 2024
-
Depend on tokio/net with async-connection-wrapper
This is needed because tokio::runtime::Builder.enable_io is called. Which is only available with specific tokio features.
Configuration menu - View commit details
-
Copy full SHA for e77ef84 - Browse repository at this point
Copy the full SHA e77ef84View commit details
Commits on Apr 12, 2024
-
Introduce SyncConnectionWrapper with async API around diesel::Connection
This type wraps a `diesel::connection::Connection` fulfilling needed requirement with a `diesel_async::AsyncConnection` trait. It can be useful when desires * using a sync `Connection` implementation (sqlite) in async context * using the same code base within async crates needing multiple backends (sqlite + postgres)
Configuration menu - View commit details
-
Copy full SHA for c721091 - Browse repository at this point
Copy the full SHA c721091View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58bcc91 - Browse repository at this point
Copy the full SHA 58bcc91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1039eab - Browse repository at this point
Copy the full SHA 1039eabView commit details -
* Fix the mysql runner * Add MacOS M1 support * Add sqlite support * General housekeeping (actions)
Configuration menu - View commit details
-
Copy full SHA for bd40d8d - Browse repository at this point
Copy the full SHA bd40d8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9a4fd - Browse repository at this point
Copy the full SHA 1b9a4fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eb75b2 - Browse repository at this point
Copy the full SHA 2eb75b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5a1d4f - Browse repository at this point
Copy the full SHA d5a1d4fView commit details -
Merge pull request #146 from WattSense/sync_wrapper_cleanup
Add SyncConnectionWrapper type
Configuration menu - View commit details
-
Copy full SHA for 2a026c0 - Browse repository at this point
Copy the full SHA 2a026c0View commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5232a8f - Browse repository at this point
Copy the full SHA 5232a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fedf049 - Browse repository at this point
Copy the full SHA fedf049View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2f445b2 - Browse repository at this point
Copy the full SHA 2f445b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 002c67e - Browse repository at this point
Copy the full SHA 002c67eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a15be - Browse repository at this point
Copy the full SHA e6a15beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bd4d53 - Browse repository at this point
Copy the full SHA 1bd4d53View commit details -
Configuration menu - View commit details
-
Copy full SHA for c482d59 - Browse repository at this point
Copy the full SHA c482d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1dbe14 - Browse repository at this point
Copy the full SHA e1dbe14View commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5ec3d3 - Browse repository at this point
Copy the full SHA f5ec3d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b03fabf - Browse repository at this point
Copy the full SHA b03fabfView commit details -
Merge pull request #147 from WattSense/sync_wrapper_use_cache
Use owned row cache in sync wrapper
Configuration menu - View commit details
-
Copy full SHA for b8b01cc - Browse repository at this point
Copy the full SHA b8b01ccView commit details
Commits on May 31, 2024
-
weiznich committed
May 31, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 3bc6789 - Browse repository at this point
Copy the full SHA 3bc6789View commit details
Commits on Jun 3, 2024
-
Merge pull request #152 from weiznich/bump/diesel_2_2
Bump diesel to 2.2
weiznich authoredJun 3, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 1551549 - Browse repository at this point
Copy the full SHA 1551549View commit details
Commits on Jun 8, 2024
-
dullbananas authored
Jun 8, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for ab807ad - Browse repository at this point
Copy the full SHA ab807adView commit details -
dullbananas authored
Jun 8, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for c0f2921 - Browse repository at this point
Copy the full SHA c0f2921View commit details -
dullbananas authored
Jun 8, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for c52ebad - Browse repository at this point
Copy the full SHA c52ebadView commit details -
dullbananas authored
Jun 8, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 56e95f6 - Browse repository at this point
Copy the full SHA 56e95f6View commit details
Commits on Jun 9, 2024
-
dullbananas authored
Jun 9, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for c8e37c1 - Browse repository at this point
Copy the full SHA c8e37c1View commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.