mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Update Changelog with cache feature
This commit is contained in:
parent
0a371b7145
commit
25b554bd99
@ -1,5 +1,7 @@
|
||||
# Version UPCOMING (...)
|
||||
|
||||
* Adds a `cache` Cargo feature that provides `cache::StatementCache` for caching prepraed
|
||||
statements.
|
||||
* Adds `column_count()` method to `Statement` and `Row`.
|
||||
* Adds `types::Value` for dynamic column types.
|
||||
* Introduces a `RowIndex` trait allowing columns to be fetched via index (as before) or name (new).
|
||||
|
Loading…
Reference in New Issue
Block a user