mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-03 17:32:23 +08:00
Merge pull request #86 from jgallagher/gwenn-trace_extension
Add Rust interface to SQLite's logging, tracing, and profiling hooks
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Version UPCOMDING (TBD)
|
||||
# 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`.
|
||||
|
||||
Reference in New Issue
Block a user