mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-09 20:32:24 +08:00
Merge branch 'master' into gwenn-stmt-cache
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
|
||||
* Adds a `cache` Cargo feature that provides `cache::StatementCache` for caching prepared
|
||||
statements.
|
||||
* 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
|
||||
on rusqlite itself.
|
||||
* Fixes crash on nightly Rust when using the `trace` feature.
|
||||
* Adds optional `clippy` feature and addresses issues it found.
|
||||
* Adds `column_count()` method to `Statement` and `Row`.
|
||||
* Adds `types::Value` for dynamic column types.
|
||||
* Adds support for user-defined aggregate functions (behind the existing `functions` Cargo feature).
|
||||
|
||||
Reference in New Issue
Block a user