ccgus / fmdb

A Cocoa / Objective-C wrapper around SQLite
Other
13.84k stars 2.76k forks source link

FMDatabaseQueue has no analogue for -openWithFlags #197

Open gwynjudd opened 11 years ago

gwynjudd commented 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.

ccgus commented 11 years ago

I'll see what I can do in the future - and of course patches are always welcome.