robertmryan
|
04f2019a4e
Change the use of #if / #endif so that Xcode document items pop over doesn’t get confused. Now when you pull down the document items pop over, all methods are shown.
|
12 years ago |
ccgus
|
8d2dac4001
Merge branch 'master' of github.com:ccgus/fmdb into busyTimeout
|
12 years ago |
ccgus
|
84c19dca63
Cleanup
|
12 years ago |
August "Gus" Mueller
|
4250e03227
Merge pull request #213 from 5at5ish/master
|
12 years ago |
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 years ago |
ccgus
|
2224f216e7
if DEBUG is defined, then you'll get a little more info when you've got open result sets out when using the queue.
|
12 years ago |
Graham Dennis
|
aa3a3a207e
Add support for openFlags to FMDatabasePool.
|
12 years ago |
NachoSoto
|
c03c535f56
Overriding the parent class designated initializer (- init) in FMDatabase, FMDatabasePool and FMDatabaseQueue.
|
12 years ago |
August "Gus" Mueller
|
d0c59ffa3f
Merge pull request #194 from GrahamDennis/issue-193
|
12 years ago |
Gwyn Judd
|
846fde3523
Added support for open flags to FMDatabaseQueue
|
12 years ago |
Graham Dennis
|
654bbde891
Fix issue #193: inSavepoint: should release savepoints that are rolled back.
|
12 years ago |
Anton Sotkov
|
889c40b072
Changed return type of constructors from id to instancetype.
|
12 years ago |
ccgus
|
f4acd8fc9a
Cleanup.
|
13 years ago |
Geoffrey Foster
|
aef763eeb6
neither Mac OS X 10.8 and iOS 6 require a dispatch_release under ARC
|
13 years ago |
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 years ago |
August Mueller
|
626fa9e93a
Added a note to the queue class, about how it would be awesome to use DISPATCH_QUEUE_CONCURRENT + dispatch_barrier_async some day.
|
14 years ago |
ccgus
|
274483742d
Fixes for ARC
|
14 years ago |
ccgus
|
8d63f4d77e
"Unlike with dispatch_async, no retain is performed on the target queue"
|
14 years ago |
August Mueller
|
423fbc7fd2
How the hell did all these tabs get in here…
|
14 years ago |
August Mueller
|
c3ec8a3b4e
Added some macros so that FMDB can be used in ARC and non-ARC'd projects.
|
14 years ago |
August Mueller
|
41146efc4e
Added an access method for the database, so you can do configuration stuff on it.
|
14 years ago |
August Mueller
|
e7f91d886c
Gotta put a close on a queue as well. Otherwise you'll go boom.
|
14 years ago |
August Mueller
|
2f0225b661
Added a warning if there are result sets open when using the database queue.
|
14 years ago |
August Mueller
|
1aea390a82
Added a close method to the database queue
|
14 years ago |
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 years ago |