riptide
riptide copied to clipboard
Bump rusqlite from 0.30.0 to 0.32.1
Bumps rusqlite from 0.30.0 to 0.32.1.
Release notes
Sourced from rusqlite's releases.
0.32.1
What's Changed
- Fix clippy warnings #1542
- Prevent interrupt from non-owned connection #1548
- Test direct-minimal-versions #1549
Full Changelog: https://github.com/rusqlite/rusqlite/compare/v0.32.0...v0.32.1
0.32.0
What's Changed
- Remove obsolete codes and comments #1458
- expose
total_changes()#1461- Fix
RawStatement#clear_bindings#1465- Add binding to
sqlite3_is_interrupted#1468- Use
CStr::to_strwhere possible #1470- Add binding to
sqlite3_db_name#1471- Fix
Connection::db_name#1476- Omit UTF-16 API #1478
- Omit API #1479
- Fix test_busy_handler #1480
- Remove test_busy_timeout #1481
- Add test to
Connection::backup/restore#1482- Use C-string literals #1483
- Activate
SQLITE_OPEN_EXRESCODEby default #1485- Respect missing values in session's conflict #1230
- Add bindings to automatic extension loading API #1487
- Remove
Ref/UnwindSafeconstraint on FFI callback #1488- Check callbacks lifetime #1052
- Use
catch_unwindininit_auto_extension#1489- Add
preupdatehook #1486, #897- Improve test coverage #1490
- Improve
Connection::extension_init2#1494- Bump sqlcipher version to v4.5.7 #1504
- Fix parsing of virtual table parameters #1506
- Bump bundled SQLite version to 3.46.0 #1508
- fix: build should support lib64 dir for OpenSSL3.x #1502
- chore: fix some comments #1515
- Applied some spellchecker suggestions #1531
- Allow setting default connection transaction behavior #1532
- Bump sqlite3-parser version #1538
Full Changelog: https://github.com/rusqlite/rusqlite/compare/v0.31.0...v0.32.0
0.31.0
What's Changed
... (truncated)
Commits
499cc7bMerge pull request #1549 from gwenn/direct-minimal-versionsc69f2f9Cancel previous run7990451Prepare patch release8bab6ebFix direct minimal versions5438cd0Oopse29a57fTest direct-minimal-versionsc67b7d6Merge pull request #1548 from gwenn/not_owned_interrupt_lock3810178Fix testa53bcd4Prevent interrupt from non-owned connection844842dMerge pull request #1542 from gwenn/warnings- 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)