mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-04 09:52:23 +08:00
Add test and check for SQLite being in single-threaded mode
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
`SqliteFailure` cases (which still include the error code but also include a Rust-friendlier
|
||||
enum as well), and rusqlite-level errors are captured in other cases. Because of this change,
|
||||
`SqliteError` no longer implements `PartialEq`.
|
||||
* BREAKING CHANGE: When opening a new detection, rusqlite now detects if SQLite was compiled or
|
||||
configured for single-threaded use only; if it was, connection attempts will fail. If this
|
||||
affects you, please open an issue.
|
||||
* BREAKING CHANGE: `SqliteTransactionDeferred`, `SqliteTransactionImmediate`, and
|
||||
`SqliteTransactionExclusive` are no longer exported. Instead, use
|
||||
`TransactionBehavior::Deferred`, `TransactionBehavior::Immediate`, and
|
||||
|
||||
Reference in New Issue
Block a user