mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Add insert
and exists
to Changelog.
This commit is contained in:
parent
757a1f40dc
commit
75fcfb4d52
@ -1,5 +1,7 @@
|
||||
# Version UPCOMING (...)
|
||||
|
||||
* Adds `insert` convenience method to `Statement` which returns the row ID of an inserted row.
|
||||
* Adds `exists` convenience method returning whether a query finds one or more rows.
|
||||
* Adds support for serializing types from the `serde_json` crate. Requires the `serde_json` feature.
|
||||
* Adds support for serializing types from the `chrono` crate. Requires the `chrono` feature.
|
||||
* Removes `load_extension` feature from `libsqlite3-sys`. `load_extension` is still available
|
||||
|
Loading…
Reference in New Issue
Block a user