mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-27 22:02:28 +08:00
Merge remote-tracking branch 'origin/master' into flexible-build-script
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
# 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`.
|
||||
* When building, the environment variable `SQLITE3_LIB_DIR` now takes precedence over pkg-config.
|
||||
* If `pkg-config` is not available, we will try to find `libsqlite3` in `/usr/lib`.
|
||||
* Add more documentation for failure modes of functions that return `SqliteResult`s.
|
||||
|
||||
# Version 0.4.0 (2015-11-03)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user