mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-18 22:09:05 +08:00
Add missing constants
This commit is contained in:
@@ -778,6 +778,7 @@ bitflags::bitflags! {
|
||||
const SQLITE_OPEN_FULL_MUTEX = ffi::SQLITE_OPEN_FULLMUTEX;
|
||||
const SQLITE_OPEN_SHARED_CACHE = 0x0002_0000;
|
||||
const SQLITE_OPEN_PRIVATE_CACHE = 0x0004_0000;
|
||||
const SQLITE_OPEN_NOFOLLOW = 0x0100_0000;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user