Open gwynjudd opened 11 years ago
In FMDatabase, you can open the database specifying sqlite3_open flags, e.g.:
[database openWithFlags:SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE | SQLITE_OPEN_NOMUTEX]; ...
There is no version of this for the database queue, which made it difficult for me to use.
I'll see what I can do in the future - and of course patches are always welcome.
In FMDatabase, you can open the database specifying sqlite3_open flags, e.g.:
[database openWithFlags:SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE | SQLITE_OPEN_NOMUTEX]; ...
There is no version of this for the database queue, which made it difficult for me to use.