August Mueller
|
4eda6c75c4
Weird merge from robertmryan-master
|
vor 11 Jahren |
August Mueller
|
a2db0af530
Cleanup and sdk fixes.
|
vor 11 Jahren |
August Mueller
|
b2293c16a4
Moved some files around.
|
vor 11 Jahren |
Dale Jefferson
|
7cfb889412
Fix typo, should be FMDB.h not .m
|
vor 11 Jahren |
August Mueller
|
941bfdd7b5
Notes and renames.
|
vor 11 Jahren |
robertmryan
|
b044f2a7c7
Only run appledoc on the .h files.
|
vor 11 Jahren |
August Mueller
|
3691599e49
Update contrib stuff.
|
vor 11 Jahren |
August Mueller
|
5e987e0c14
Notes on what's going on today.
|
vor 11 Jahren |
August Mueller
|
85979c37f3
notes.
|
vor 11 Jahren |
robertmryan
|
ca95403092
Create FMDB.h to include all the standard includes; moved framework code into its own subdirectory, “fmdb”; renamed fmdb.m to main.m to avoid confusion with new FMDB.h file; moved .pch and main.m into src/sample
|
vor 11 Jahren |
ccgus
|
d54f817686
Contribs and notes.
|
vor 12 Jahren |
ccgus
|
3c6d3ca6e1
Notes on what's been going on.
|
vor 12 Jahren |
August Mueller
|
4eed21dc9b
Graham Dennis gets some props.
|
vor 12 Jahren |
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.
|
vor 12 Jahren |
ccgus
|
f62b8d798d
Added methods that expose va_list arguments
|
vor 12 Jahren |
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.
|
vor 12 Jahren |
robertmryan
|
d433940734
Typographical edit regarding `NS_FORMAT_FUNCTION` change
|
vor 12 Jahren |
robertmryan
|
cbe291105d
Added `NS_FORMAT_FUNCTION` qualifier to `executeQueryWithFormat` and `executeUpdateWithFormat` declarations
|
vor 12 Jahren |
Rob Ryan
|
095532b5c1
Moved comments from README to CHANGES
|
vor 12 Jahren |
ccgus
|
faa5f473f0
Baked in support for the new application_id pragma in SQLite version 3.7.17:
|
vor 12 Jahren |
ccgus
|
8e3921257e
Little test for the latest fix.
|
vor 12 Jahren |
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.
|
vor 12 Jahren |
ccgus
|
61b6e19436
Merged in Chris Wright's date format additions to FMDatabase.
|
vor 12 Jahren |
August Mueller
|
6740330e8a
Cleanup.
|
vor 12 Jahren |
August Mueller
|
af880a3e25
Updated credits and changes file.
|
vor 12 Jahren |
ccgus
|
bbca6425f3
Added a new addition which can be used for reading and writing on disk databases to in memory databases.
|
vor 13 Jahren |
August Mueller
|
5a463d036d
Cleanup of some code + notes on what is going on
|
vor 13 Jahren |
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.
|
vor 13 Jahren |
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
|
vor 13 Jahren |
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!
|
vor 13 Jahren |