Workaround the missing name resolution in rust-analyzer. This should fix type inference for some diesel queries. (It remains broken for queries containing .filter()/.inner_join()/.left_join(). These require fixes in rust-analyzer itself)
Fixed a bug that could lead to inserting null values instead of empty values for custom sqlite types
Fixed a bug that could lead to an unexpected panic while providing an out of bounds bind for sql_query in the sqlite backend
Fixed some mysql backend specific impl being behind the mysql instead of the mysql_backend feature flag
Added
Support for libsqlite3-sys 0.26
[diesel_derives 2.0.2] 2023-03-13
Fixed
Fixing the fallout of a breaking change from quote by not using their internal API
[2.0.3] 2023-01-24
Fixed
Fixed a bug with our transaction manager implementation that caused by marking transactions as broken which could be recovered.
Fixed an issue with the combination of BoxableExpression and order clauses
[2.0.2] 2022-10-11
Fixed
Reverted a fix from the 2.0.1 release that breaks valid INSERT … ON CONFLICT queries
[2.0.1] 2022-10-07
Fixed
Fixed an issue with diesel_cli generating incompatible type names for the generate_missing_sql_type_definitions feature on PostgreSQL
Fixed an issue how diesel_cli handles sqlite urls while checking if a given database exists
Fixed an issue with PgConnection becoming unusable after hitting a database error in certain situations
Fixed an issue with diesel generating invalid SQL for certain INSERT … ON CONFLICT queries
Fixed diesel_derives generating code that triggers the disabled by default unused_qualifications lint
[2.0.0] 2022-08-29
Added
MysqlConnection::establish is able to initiate an SSL connection while specifying certificate roots. The database URL should contain an ssl_ca parameter with a path pointing to the certificate roots. See docs if desired.
MysqlConnection::establish is able to initiate an SSL connection. The database URL should contain ssl_mode parameter with a value of the MySQL client command option --ssl-mode if desired.
... (truncated)
Commits
74f301b Update the changelog to include more details on the 2.0.4 release
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps diesel from 1.4.8 to 2.0.4.
Release notes
Sourced from diesel's releases.
Changelog
Sourced from diesel's changelog.
... (truncated)
Commits
74f301b
Update the changelog to include more details on the 2.0.4 release2aaaa33
Prepare v2.0.4 released3a7e7a
Use libsqlite3-sys 0.25 in testsb8e23aa
Fix #342522edc9a
Change incorrect uses of mysql feature to mysql_backendd869e95
Fix type resolution in rust-analyzer25f9b2d
Fix #355876b5831
Bump libsqlite3-sys to allow 0.26 as wellc96cdc2
Merge pull request #3543 from weiznich/fix/quote_breaking_change6c70a2e
Try to fix mysql tests on macosDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)