August Mueller
|
4eed21dc9b
Graham Dennis gets some props.
|
12 年之前 |
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 年之前 |
ccgus
|
f62b8d798d
Added methods that expose va_list arguments
|
12 年之前 |
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 年之前 |
robertmryan
|
d433940734
Typographical edit regarding `NS_FORMAT_FUNCTION` change
|
12 年之前 |
robertmryan
|
cbe291105d
Added `NS_FORMAT_FUNCTION` qualifier to `executeQueryWithFormat` and `executeUpdateWithFormat` declarations
|
12 年之前 |
Rob Ryan
|
095532b5c1
Moved comments from README to CHANGES
|
12 年之前 |
ccgus
|
faa5f473f0
Baked in support for the new application_id pragma in SQLite version 3.7.17:
|
12 年之前 |
ccgus
|
8e3921257e
Little test for the latest fix.
|
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 年之前 |
August Mueller
|
6740330e8a
Cleanup.
|
12 年之前 |
August Mueller
|
af880a3e25
Updated credits and changes file.
|
12 年之前 |
ccgus
|
bbca6425f3
Added a new addition which can be used for reading and writing on disk databases to in memory databases.
|
13 年之前 |
August Mueller
|
5a463d036d
Cleanup of some code + notes on what is going on
|
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 年之前 |
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 年之前 |
ccgus
|
3d7eaf67be
Notes and SDK changes.
|
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 年之前 |
ccgus
|
eef884233f
Deprecated columnExists:columnName: in favor of columnExists:inTableWithName:
|
13 年之前 |
August Mueller
|
a887a6ff21
Fixed a problem with getTableSchema: not working with table names that start with a number.
|
13 年之前 |
ccgus
|
ab3b78cf02
Got rid of the pop and pull from the database pool- too dangerous! Updated readme and tests.
|
14 年之前 |
August Mueller
|
423fbc7fd2
How the hell did all these tabs get in here…
|
14 年之前 |
August Mueller
|
5f14e7da23
Added the ability to make custom sqlite functions from blocks.
|
14 年之前 |
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 年之前 |
August Mueller
|
b6af107dbb
Added parameter support.
|
14 年之前 |
August Mueller
|
a545f71d08
Fixed a problem under GC where leaked statments were keeping a database from closing. Patch from Chris Dolan.
|
14 年之前 |
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 年之前 |
August Mueller
|
c9c2637200
Changed some methods to properties. Hello 2011.
|
14 年之前 |