Anton Sotkov
|
889c40b072
Changed return type of constructors from id to instancetype.
|
12 years ago |
Anton Sotkov
|
1cc58c2753
Changed @name formatting. Shorter lines looks nicer if your screen is small.
|
12 years ago |
Rob Ryan
|
bf47d3d433
Make @warnings last entry in documents
|
12 years ago |
Rob Ryan
|
b20863c4e3
Add links to FMDatabaseQueue and FMDatabase in comments
|
12 years ago |
robertmryan
|
dc39c144c1
Update link in warning of `inDeferredTransaction`
|
12 years ago |
robertmryan
|
7e1d2f9b7c
Added comments to facilitate automatic generation of documentation via appledoc
|
12 years ago |
August Mueller
|
de5bff459d
Marked the properties as atomic, since that is what they were by default.
|
13 years ago |
ccgus
|
0cfca84994
Random code and documentation cleanup.
|
14 years ago |
ccgus
|
ab3b78cf02
Got rid of the pop and pull from the database pool- too dangerous! Updated readme and tests.
|
14 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
|
c3ec8a3b4e
Added some macros so that FMDB can be used in ARC and non-ARC'd projects.
|
14 years ago |
ccgus
|
9c5df78bbd
Include fixes, and making an exception thrown when a query is used in executeUpdate:
|
14 years ago |
ccgus
|
1329039deb
Importing Foundation instead of Cocoa.
|
14 years ago |
ccgus
|
e2120a6d94
added support for savepoints (a kind of nested transaction)
|
14 years ago |
August Mueller
|
dfd8fb99ed
Bug fixes, doc updates
|
14 years ago |
August Mueller
|
793c6ef0a7
Another stab at doing things and making threads happy.
|
14 years ago |