| .. |
|
FMDatabase.h
|
61b6e19436
Merged in Chris Wright's date format additions to FMDatabase.
|
12 лет назад |
|
FMDatabase.m
|
6decfc70c1
Merge pull request #146 from Shopify/bugfix/argument_crash
|
12 лет назад |
|
FMDatabaseAdditions.h
|
eef884233f
Deprecated columnExists:columnName: in favor of columnExists:inTableWithName:
|
13 лет назад |
|
FMDatabaseAdditions.m
|
5d87488d2e
Damn warnings.
|
13 лет назад |
|
FMDatabasePool.h
|
de5bff459d
Marked the properties as atomic, since that is what they were by default.
|
13 лет назад |
|
FMDatabasePool.m
|
aef763eeb6
neither Mac OS X 10.8 and iOS 6 require a dispatch_release under ARC
|
13 лет назад |
|
FMDatabaseQueue.h
|
f4acd8fc9a
Cleanup.
|
13 лет назад |
|
FMDatabaseQueue.m
|
f4acd8fc9a
Cleanup.
|
13 лет назад |
|
FMResultSet.h
|
d72cbb0e44
Lazily populate columnNameToIndexMap when accessing so that clients can use the value without causing setupColumns to be called first.
|
13 лет назад |
|
FMResultSet.m
|
61b6e19436
Merged in Chris Wright's date format additions to FMDatabase.
|
12 лет назад |
|
fmdb.m
|
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 лет назад |