mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-26 22:52:25 +08:00
Merge branch 'master' into gwenn-trace_extension
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Version UPCOMING (TBD)
|
||||
|
||||
* Adds `trace` feature that allows the use of SQLite's logging, tracing, and profiling hooks.
|
||||
* Slight change to the closure types passed to `query_map` and `query_and_then`:
|
||||
* Remove the `'static` requirement on the closure's output type.
|
||||
* Give the closure a `&SqliteRow` instead of a `SqliteRow`.
|
||||
|
||||
# Version 0.4.0 (2015-11-03)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user