| .. |
|
FMDatabase.h
|
aef763eeb6
neither Mac OS X 10.8 and iOS 6 require a dispatch_release under ARC
|
13 years ago |
|
FMDatabase.m
|
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 years ago |
|
FMDatabaseAdditions.h
|
eef884233f
Deprecated columnExists:columnName: in favor of columnExists:inTableWithName:
|
13 years ago |
|
FMDatabaseAdditions.m
|
5d87488d2e
Damn warnings.
|
13 years ago |
|
FMDatabasePool.h
|
de5bff459d
Marked the properties as atomic, since that is what they were by default.
|
13 years ago |
|
FMDatabasePool.m
|
aef763eeb6
neither Mac OS X 10.8 and iOS 6 require a dispatch_release under ARC
|
13 years ago |
|
FMDatabaseQueue.h
|
de5bff459d
Marked the properties as atomic, since that is what they were by default.
|
13 years ago |
|
FMDatabaseQueue.m
|
aef763eeb6
neither Mac OS X 10.8 and iOS 6 require a dispatch_release under ARC
|
13 years ago |
|
FMResultSet.h
|
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 years ago |
|
FMResultSet.m
|
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 years ago |
|
fmdb.m
|
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 years ago |