mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Add Statement::query_row note to Changelog.
This commit is contained in:
parent
bc71c58387
commit
ff311ec29a
@ -11,6 +11,7 @@
|
|||||||
https://github.com/jgallagher/rusqlite/pull/184.
|
https://github.com/jgallagher/rusqlite/pull/184.
|
||||||
* Added `#[deprecated(since = "...", note = "...")]` flags (new in Rust 1.9 for libraries) to
|
* Added `#[deprecated(since = "...", note = "...")]` flags (new in Rust 1.9 for libraries) to
|
||||||
all deprecated APIs.
|
all deprecated APIs.
|
||||||
|
* Added `query_row` convenience function to `Statement`.
|
||||||
* Fixed a bug where using cached prepared statements resulted in attempting to close a connection
|
* Fixed a bug where using cached prepared statements resulted in attempting to close a connection
|
||||||
failing with `DatabaseBusy`; see https://github.com/jgallagher/rusqlite/issues/186.
|
failing with `DatabaseBusy`; see https://github.com/jgallagher/rusqlite/issues/186.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user