Add missing constants

This commit is contained in:
gwenn
2020-02-09 11:47:01 +01:00
parent 055352f07b
commit 05e87b8d8d
3 changed files with 39 additions and 0 deletions

View File

@@ -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;
}
}