mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Add SQLITE_OPEN_FULLMUTEX flag
This commit is contained in:
parent
6a5a24f9a9
commit
8ecadfd629
@ -31,6 +31,7 @@ const int OPEN_READONLY = SQLITE_OPEN_READONLY;
|
||||
const int OPEN_READWRITE = SQLITE_OPEN_READWRITE;
|
||||
const int OPEN_CREATE = SQLITE_OPEN_CREATE;
|
||||
const int OPEN_URI = SQLITE_OPEN_URI;
|
||||
const int OPEN_FULLMUTEX = SQLITE_OPEN_FULLMUTEX;
|
||||
|
||||
const int OK = SQLITE_OK;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user