mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-21 02:51:34 +08:00
BREAKING CHANGE: Remove common prefix on TransactionBehavior case names.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Version UPCOMING (TBD)
|
||||
|
||||
* BREAKING CHANGE: `SqliteTransactionDeferred`, `SqliteTransactionImmediate`, and
|
||||
`SqliteTransactionExclusive` are no longer exported. Instead, use
|
||||
`TransactionBehavior::Deferred`, `TransactionBehavior::Immediate`, and
|
||||
`TransactionBehavior::Exclusive`.
|
||||
* Removed `Sqlite` prefix on many types:
|
||||
* `SqliteConnection` is now `Connection`
|
||||
* `SqliteError` is now `Error`
|
||||
|
||||
Reference in New Issue
Block a user