mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Note load_extension change in Changelog
This commit is contained in:
parent
5e780d7fc3
commit
254a0b4cd8
@ -1,5 +1,7 @@
|
|||||||
# Version UPCOMING (...)
|
# Version UPCOMING (...)
|
||||||
|
|
||||||
|
* 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.
|
* Fixes crash on nightly Rust when using the `trace` feature.
|
||||||
* Adds optional `clippy` feature and addresses issues it found.
|
* Adds optional `clippy` feature and addresses issues it found.
|
||||||
* Adds `column_count()` method to `Statement` and `Row`.
|
* Adds `column_count()` method to `Statement` and `Row`.
|
||||||
|
Loading…
Reference in New Issue
Block a user