mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Update changelog [ci skip]
This commit is contained in:
parent
ae9fe10d87
commit
11c298ed7c
@ -6,6 +6,7 @@ It would be wise to run rustfmt just after merging all the relevant PRs...
|
|||||||
Previous format was %Y-%m-%d %H:%M:%S:%f %Z.
|
Previous format was %Y-%m-%d %H:%M:%S:%f %Z.
|
||||||
* BREAKING CHANGE: Remove potentially conflicting impl of ToSqlOutput (#313).
|
* BREAKING CHANGE: Remove potentially conflicting impl of ToSqlOutput (#313).
|
||||||
* BREAKING CHANGE: Replace column index/count type (i32) with usize.
|
* 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: Replace row changes/count type (i32) with usize.
|
||||||
* Update the bundled SQLite version to 3.22.0 (#326).
|
* Update the bundled SQLite version to 3.22.0 (#326).
|
||||||
* Add DropBehavior::Panic to enforce intentional commit or rollback.
|
* Add DropBehavior::Panic to enforce intentional commit or rollback.
|
||||||
|
Loading…
Reference in New Issue
Block a user