ccgus
|
eef884233f
Deprecated columnExists:columnName: in favor of columnExists:inTableWithName:
|
13 years ago |
August Mueller
|
9c749a981a
Quick unicode test to quell my paranoia.
|
13 years ago |
ccgus
|
c226e8ea01
Quick update on a little test.
|
13 years ago |
August Mueller
|
ccee9b6272
Added an attach database test.
|
14 years ago |
August Mueller
|
a887a6ff21
Fixed a problem with getTableSchema: not working with table names that start with a number.
|
14 years ago |
August Mueller
|
347cf12f00
deprecated resultDict, and added resultDictionary (which is now case sensitive)
|
14 years ago |
August Mueller
|
5160fc0566
Fixing some conflicts.
|
14 years ago |
August Mueller
|
355a5913e0
blah
|
14 years ago |
ccgus
|
87748d1d66
Added support for unsigned long long int values.
|
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
|
423fbc7fd2
How the hell did all these tabs get in here…
|
14 years ago |
ccgus
|
c18eac424c
NSAssert fixes for building on older sdks.
|
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
|
1aea390a82
Added a close method to the database queue
|
14 years ago |
ccgus
|
40258d7c06
More example
|
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 |
August Mueller
|
a6f77c9c91
Quick little test.
|
14 years ago |
ccgus
|
b7aac2a82f
Hey, how about some quick tests for that last commit?
|
14 years ago |
August Mueller
|
a3498a31c3
Changed FMDatabase's "- (BOOL)update:(NSString*)sql error:(NSError**)outErr bind:(id)bindArgs, ... " to "- (BOOL)update:(NSString*)sql withErrorAndBindings:(NSError**)outErr, ..." as the previous method didn't actually work as advertised in the way it was written. Thanks to @jaekwon for pointing this out.
|
14 years ago |
August Mueller
|
b6af107dbb
Added parameter support.
|
14 years ago |
ccgus
|
e2120a6d94
added support for savepoints (a kind of nested transaction)
|
14 years ago |
August Mueller
|
507c7f1cae
quick test addition, and documentation updates
|
14 years ago |
August Mueller
|
dfd8fb99ed
Bug fixes, doc updates
|
14 years ago |
August Mueller
|
a010ef4f26
Got the order of things wrong with transactions + a pool.
|
14 years ago |
August Mueller
|
793c6ef0a7
Another stab at doing things and making threads happy.
|
14 years ago |
August Mueller
|
a545f71d08
Fixed a problem under GC where leaked statments were keeping a database from closing. Patch from Chris Dolan.
|
14 years ago |
August Mueller
|
cef9e7b58c
Added a warning when you try and use a database that wasn't opened. Hacked together based on patches from Drarok Ithaqua
|
14 years ago |
August Mueller
|
c69c9bae7c
Examples from davedelong
|
14 years ago |
August Mueller
|
11932c0f7e
um.... i hate git?
|
15 years ago |