mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-08 12:32:20 +08:00
Bump bundled SQLite version to 3.48.0
This commit is contained in:
@@ -1250,6 +1250,8 @@ bitflags::bitflags! {
|
||||
const SQLITE_PREPARE_PERSISTENT = 0x01;
|
||||
/// Causes the SQL compiler to return an error (error code SQLITE_ERROR) if the statement uses any virtual tables.
|
||||
const SQLITE_PREPARE_NO_VTAB = 0x04;
|
||||
/// Prevents SQL compiler errors from being sent to the error log.
|
||||
const SQLITE_PREPARE_DONT_LOG = 0x10;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user