Rename SqliteTransaction* -> Transaction*.

This commit is contained in:
John Gallagher
2015-12-12 14:17:43 -05:00
parent 9cac56d6a2
commit 3d15a8a15c
4 changed files with 35 additions and 27 deletions

View File

@@ -8,7 +8,9 @@
* `SqliteRows` is now `Rows`
* `SqliteRow` is now `Row`
* `SqliteOpenFlags` is now `OpenFlags`
The old, prefixed names are still exported should be considered deprecated.
* `SqliteTransaction` is now `Transaction`.
* `SqliteTransactionBehavior` is now `TransactionBehavior`.
The old, prefixed names are still exported but are deprecated.
* 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