August "Gus" Mueller
|
4250e03227
Merge pull request #213 from 5at5ish/master
|
12 سال پیش |
Timur Islamgulov
|
a1eb7305f8
Fix for issue #203: Add 'databaseClass' class method for FMDatabaseQueue. Subclasses can override this method to return specified Class of 'FMDatabase' subclass.
|
12 سال پیش |
Graham Dennis
|
aa3a3a207e
Add support for openFlags to FMDatabasePool.
|
12 سال پیش |
Gwyn Judd
|
846fde3523
Added support for open flags to FMDatabaseQueue
|
12 سال پیش |
Anton Sotkov
|
889c40b072
Changed return type of constructors from id to instancetype.
|
12 سال پیش |
Anton Sotkov
|
1cc58c2753
Changed @name formatting. Shorter lines looks nicer if your screen is small.
|
12 سال پیش |
Rob Ryan
|
010a08acdd
Tighten up introductory comments, include link to FMDatabase
|
12 سال پیش |
robertmryan
|
7e1d2f9b7c
Added comments to facilitate automatic generation of documentation via appledoc
|
12 سال پیش |
ccgus
|
f4acd8fc9a
Cleanup.
|
13 سال پیش |
August Mueller
|
de5bff459d
Marked the properties as atomic, since that is what they were by default.
|
13 سال پیش |
ccgus
|
58c3e7005d
Took out FMDatabasePool from the readme, moved those docs to its header. I really want to discourage its use if possible. Took away -database from FMDatabaseQueue since I've already seen it misused once, and if you really need to get at it, you can do so with the inDatabase: methods.
|
14 سال پیش |
August Mueller
|
41146efc4e
Added an access method for the database, so you can do configuration stuff on it.
|
14 سال پیش |
August Mueller
|
1aea390a82
Added a close method to the database queue
|
14 سال پیش |
ccgus
|
c0160b3569
Added a new class that works as a queue for queries and updates, instead of a pool- which you can still get deadlocked on if you aren't careful.
|
14 سال پیش |