regexident
|
09bba4e416
Changed `isEqualTo:` (AppleScript support) to `isEqual:` (NSObject)
|
12 years ago |
robertmryan
|
64d38ac816
Make last parameter explicitly `long long`, only identified after adding NS_FORMAT_FUNCTION qualifier to method declaration
|
12 years ago |
ccgus
|
faa5f473f0
Baked in support for the new application_id pragma in SQLite version 3.7.17:
|
12 years ago |
ccgus
|
8e3921257e
Little test for the latest fix.
|
12 years ago |
ccgus
|
8c259dbe5d
Fixed a problem where executeUpdateWithFormat: + %@ as a placeholder and the value was nil would cause a bad value to be inserted. Thanks to rustybox on github for the fix.
|
12 years ago |
ccgus
|
61b6e19436
Merged in Chris Wright's date format additions to FMDatabase.
|
12 years ago |
August Mueller
|
74aa0db026
Fixed a crasher in the test file.
|
13 years ago |
August Mueller
|
5a463d036d
Cleanup of some code + notes on what is going on
|
13 years ago |
ccgus
|
f68c006232
Fix for issue #118 (thanks @Kelp404!)
|
13 years ago |
ccgus
|
8afcebcb4a
Now resetting cached statements before executing a query on them (as well as resetting them at the close of a result set). There was an issue where if you used the same query twice without closing the result set of the first one, you would get results back from the previous query, or maybe an exhausted result set. Thanks to note173 on github for pointing out the problem.
|
13 years ago |
ccgus
|
ca40737958
Changed up how the binding count is calculated when passing a dictionary for named parameter support. Thanks to Samuel Chen for pointing out the problem
|
13 years ago |
ccgus
|
df02dac4d5
Added keyed and indexed subscript support to FMResultSet- so you can do use the fancy boxed syntax against it (rs[@"foo"] & rs[0]). Thanks to Robert Ryan for the patches!
|
13 years ago |
August Mueller
|
1777d2e981
pragmas are confusing.
|
13 years ago |
August Mueller
|
f0904b446a
Merge branch 'master' of github.com:ccgus/fmdb
|
13 years ago |
August Mueller
|
8fba9b8c86
Fixed a bunch of warnings that would come up with certain compiler options.
|
13 years ago |
ccgus
|
8666d8f95a
Changed up the behavior of binding empty NSData objects ([NSData data]). It will now insert an empty value, rather than a null value- which is consistent with [NSMutableData data] and empty strings (see https://github.com/ccgus/fmdb/issues/73 for a discussion on this). Thanks to Jens Alfke for pointing this out!
|
13 years ago |
ccgus
|
00ed465ad3
Merge branch 'master' of github.com:ccgus/fmdb into threadtests
|
13 years ago |
ccgus
|
eef884233f
Deprecated columnExists:columnName: in favor of columnExists:inTableWithName:
|
13 years ago |
August Mueller
|
40639ab56f
Added a template function to help people write bugs.
|
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 |