mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-03 09:22:27 +08:00
Rename SqliteError -> Error.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Version UPCOMING (TBD)
|
||||
|
||||
* Renamed `SqliteConnection` to `Connection`. The old name remains as a typealias.
|
||||
* Renamed `SqliteError` to `Error`. The old name remains as a typealias.
|
||||
* Adds a variety of `..._named` methods for executing queries using named placeholder parameters.
|
||||
* Adds `backup` feature that exposes SQLite's online backup API.
|
||||
* Adds `functions` feature that allows user-defined scalar functions to be added to
|
||||
|
||||
Reference in New Issue
Block a user