August "Gus" Mueller
|
6decfc70c1
Merge pull request #146 from Shopify/bugfix/argument_crash
|
12 роки тому |
ccgus
|
acdefeeaa0
Updated project settings, and compiler warning fixes.
|
12 роки тому |
ccgus
|
a2b3a5716b
Little compiler warning cleanup.
|
12 роки тому |
August "Gus" Mueller
|
3a56feb0e0
Merge pull request #126 from inamiy/traceExecution
|
12 роки тому |
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 роки тому |
ccgus
|
61b6e19436
Merged in Chris Wright's date format additions to FMDatabase.
|
12 роки тому |
Joshua Tessier
|
a79c1839c3
Fixes a variable argument crash if an incorrect number of arguments are passed in
|
13 роки тому |
August Mueller
|
6740330e8a
Cleanup.
|
13 роки тому |
Phillip Kast
|
4adb30e9dd
Add key methods that take NSData
|
13 роки тому |
August Mueller
|
d3f1d15ee0
Little fix that never actually broke anything.
|
13 роки тому |
Yasuhiro Inami
|
255bc02734
NSLog data-bytes instead of data-self when traceExecution=YES.
|
13 роки тому |
Jim Correia
|
c199a6de6f
Fixed potential dereference of NULL outErr argument in -startSavePointWithName:error: and -releaseSavePointWithName:error:.
|
13 роки тому |
August Mueller
|
e7b3d9490f
Fixed a crasher when trying to open up a temporary database.
|
13 роки тому |
August Mueller
|
4a2fe82d02
Might want to call those asserts before an abort()…
|
13 роки тому |
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 роки тому |
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 роки тому |
August Mueller
|
f0904b446a
Merge branch 'master' of github.com:ccgus/fmdb
|
13 роки тому |
August Mueller
|
8fba9b8c86
Fixed a bunch of warnings that would come up with certain compiler options.
|
13 роки тому |
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 роки тому |
August Mueller
|
46614e25a9
Code cleanup
|
13 роки тому |
dodikk
|
f0bf7d29af
fixed error domain behaviour
|
13 роки тому |
ccgus
|
87748d1d66
Added support for unsigned long long int values.
|
14 роки тому |
ccgus
|
0cfca84994
Random code and documentation cleanup.
|
14 роки тому |
ccgus
|
ab3b78cf02
Got rid of the pop and pull from the database pool- too dangerous! Updated readme and tests.
|
14 роки тому |
August Mueller
|
e3dfb9dabc
Fixes for ARC + the latest llvm.
|
14 роки тому |
ccgus
|
c18eac424c
NSAssert fixes for building on older sdks.
|
14 роки тому |
August Mueller
|
5f14e7da23
Added the ability to make custom sqlite functions from blocks.
|
14 роки тому |
August Mueller
|
c3ec8a3b4e
Added some macros so that FMDB can be used in ARC and non-ARC'd projects.
|
14 роки тому |
August Mueller
|
d9c0b0eba8
executeUpdate: wasn't returning the correct value when a bad query went though.
|
14 роки тому |
Sriram Patil
|
c850c14442
Fixed a bug of closed db and did some pool optimizations
|
14 роки тому |