pkgx
pkgx copied to clipboard
Update rusqlite requirement from 0.33.0 to 0.37.0 in /crates/lib
Updates the requirements on rusqlite to permit the latest version.
Release notes
Sourced from rusqlite's releases.
0.37.0
What's Changed
- Add
FromSqlError::otherconvenience conversion #1703- Fix warnings #1705
- Update bindgen requirement from 0.71 to 0.72 #1707
- Fix for vtab::parameter parsing #1712
- Fix clippy warning #1713
- Bump bundled SQLite version to 3.50.2 #1714
- Fix issue with prettyplease #1717
Full Changelog: https://github.com/rusqlite/rusqlite/compare/v0.36.0...v0.37.0
Changelog
Sourced from rusqlite's changelog.
For version 0.15.0 and above, see Releases page.
Version 0.14.0 (2018-08-17)
- BREAKING CHANGE:
ToSqlimplementation fortime::Timespecuses RFC 3339 (%Y-%m-%dT%H:%M:%S.%fZ). Previous format was %Y-%m-%d %H:%M:%S:%f %Z.- BREAKING CHANGE: Remove potentially conflicting impl of ToSqlOutput (#313).
- BREAKING CHANGE: Replace column index/count type (i32) with usize.
- BREAKING CHANGE: Replace parameter index/count type (i32) with usize.
- BREAKING CHANGE: Replace row changes/count type (i32) with usize.
- BREAKING CHANGE: Scalar functions must be
Sendable and'static.- Bugfix: Commit failure unhandled, database left in unusable state (#366).
- Bugfix:
free_boxed_hookdoes not work forfn.- Update the bundled SQLite version to 3.24.0 (#326).
- Add DropBehavior::Panic to enforce intentional commit or rollback.
- Implement
sqlite3_update_hook(#260, #328),sqlite3_commit_hookandsqlite3_rollback_hook.- Add support to unlock notification behind
unlock_notifyfeature (#294, #331).- Make
Statement::column_indexcase-insensitive (#330).- Add comment to justify
&mut ConnectioninTransaction.- Fix
tyvar_behind_raw_pointerwarnings.- Fix handful of clippy warnings.
- Fix
Connection::opendocumentation (#332)- Add binding to
sqlite3_get_autocommitandsqlite3_stmt_busy.- Add binding to
sqlite3_busy_timeoutandsqlite3_busy_handler.- Add binding to
sqlite3_expanded_sql.- Use
rerun-if-env-changedin libsqlite3-sys (#329).- Return an
InvalidQueryerror when SQL is not read only.Version 0.13.0 (2017-11-13)
- Added ToSqlConversionFailure case to Error enum.
- Now depends on chrono 0.4, bitflags 1.0, and (optionally) cc 1.0 / bindgen 0.31.
- The ToSql/FromSql implementations for time::Timespec now include and expect fractional seconds and timezone in the serialized string.
- The RowIndex type used in Row::get is now publicly exported.
- New
sqlcipherfeature allows linking against SQLCipher instead of SQLite.- Doc link in README now point to docs.rs.
Version 0.12.0 (2017-05-29)
- Defines HAVE_USLEEP when building with a bundled SQLite (#263).
- Updates dependencies to their latest versions, particularly serde to 1.0.
- Adds support for vcpkg on Windows.
- Adds
ToSqlimpls forstrand[u8].Version 0.11.0 (2017-04-06)
- Avoid publicly exporting SQLite constants multiple times from libsqlite3-sys.
- Adds
FromSqlandToSqlimpls forisize. Documents whyusizeandu64are not included.
... (truncated)
Commits
44e0ef9Merge pull request #1718 from gwenn/0.37.045d2505Prepare next release258388eMerge pull request #1717 from gwenn/prettyplease97ddb28Try to fix issue with prettypleaseda7ba5aMerge pull request #1714 from gwenn/3.50.25c2294bBump bundled SQLite version to 3.50.24955615Merge pull request #1713 from gwenn/clippy81e3059Fix clippy warning8a19998Merge pull request #1712 from kfdm/vtab-parameter-fixde78f7eFix for vtab::parameter parsing- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)