imoldman
|
72abbca772
improve type detect in FMDatabase.bindObject:obj when obj is a NSNumber
|
12 lat temu |
August Mueller
|
27891fb620
Merge branch 'master' of https://github.com/ccgus/fmdb into busyTimeout
|
12 lat temu |
August "Gus" Mueller
|
e70cd055a6
Merge pull request #201 from NachoSoto/master
|
12 lat temu |
August Mueller
|
019eebe879
New busy timeout stuff - going to test it out on a branch for a bit before mainline commit.
|
12 lat temu |
ccgus
|
cc93329648
Just a little refactoring for the busy timeout stuff.
|
12 lat temu |
NachoSoto
|
c03c535f56
Overriding the parent class designated initializer (- init) in FMDatabase, FMDatabasePool and FMDatabaseQueue.
|
12 lat temu |
August Mueller
|
cac897ed87
Fixed a problem where having statement caching turned on would cause issues when trying to use two result sets with the same query but different binding parameters. Thanks to Nick Hodapp for the original patch.
|
12 lat temu |
August "Gus" Mueller
|
d0c59ffa3f
Merge pull request #194 from GrahamDennis/issue-193
|
12 lat temu |
August Mueller
|
d5db388ed2
Formatting fixes.
|
12 lat temu |
Graham Dennis
|
62c9b751fa
Fix issue #192: All savepoints are called '?'
|
12 lat temu |
Graham Dennis
|
654bbde891
Fix issue #193: inSavepoint: should release savepoints that are rolled back.
|
12 lat temu |
ccgus
|
f62b8d798d
Added methods that expose va_list arguments
|
12 lat temu |
ccgus
|
23eee37451
Logs errors is now turned on by default. It's easy to turn off, and if you're seeing errors then you should probably fix those.
|
12 lat temu |
August "Gus" Mueller
|
428624505a
Merge pull request #181 from J-Jay/master
|
12 lat temu |
Etienne Samson
|
4ba4c52f26
Use prepared statements for generating the savepoint name.
|
12 lat temu |
Etienne Samson
|
c64d73ece1
NULL pointer dereference.
|
12 lat temu |
Jean-Jacques MERILLON
|
fdc93ca827
don’t print error log when _logsErrors == NO
|
12 lat temu |
August "Gus" Mueller
|
fd95c38478
Merge pull request #168 from piemonte/master
|
12 lat temu |
robertmryan
|
44c058ee03
Clarify variable argument methods; expand upon rationale behind concerns with executeUpdateWithFormat and executeQueryWithFormat methods
|
12 lat temu |
Patrick Piemonte
|
343c20a14f
FMDatabase: fixes static analyzer warning, API Misuse (Apple)
|
12 lat temu |
Anton Sotkov
|
889c40b072
Changed return type of constructors from id to instancetype.
|
12 lat temu |
ccgus
|
4bd679c292
Added some casts to keep the compiler from complaining.
|
12 lat temu |
August "Gus" Mueller
|
6decfc70c1
Merge pull request #146 from Shopify/bugfix/argument_crash
|
12 lat temu |
ccgus
|
acdefeeaa0
Updated project settings, and compiler warning fixes.
|
12 lat temu |
ccgus
|
a2b3a5716b
Little compiler warning cleanup.
|
12 lat temu |
August "Gus" Mueller
|
3a56feb0e0
Merge pull request #126 from inamiy/traceExecution
|
12 lat temu |
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 lat temu |
ccgus
|
61b6e19436
Merged in Chris Wright's date format additions to FMDatabase.
|
12 lat temu |
Joshua Tessier
|
a79c1839c3
Fixes a variable argument crash if an incorrect number of arguments are passed in
|
13 lat temu |
August Mueller
|
6740330e8a
Cleanup.
|
12 lat temu |