Skip to content

Commit

Permalink
Merge pull request #284 Add SQLITE_OPEN_FULLMUTEX flag from rwrx/full…
Browse files Browse the repository at this point in the history
…mutex-flag
  • Loading branch information
SRombauts authored Jun 5, 2020
2 parents 6a5a24f + 8ecadfd commit f757b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f757b64

Please sign in to comment.