| .. |
|
FMDatabase.h
|
0cfca84994
Random code and documentation cleanup.
|
14 лет назад |
|
FMDatabase.m
|
87748d1d66
Added support for unsigned long long int values.
|
14 лет назад |
|
FMDatabaseAdditions.h
|
d8f93d80e1
Added method to validate a SQL statement
|
14 лет назад |
|
FMDatabaseAdditions.m
|
a887a6ff21
Fixed a problem with getTableSchema: not working with table names that start with a number.
|
14 лет назад |
|
FMDatabasePool.h
|
0cfca84994
Random code and documentation cleanup.
|
14 лет назад |
|
FMDatabasePool.m
|
ab3b78cf02
Got rid of the pop and pull from the database pool- too dangerous! Updated readme and tests.
|
14 лет назад |
|
FMDatabaseQueue.h
|
58c3e7005d
Took out FMDatabasePool from the readme, moved those docs to its header. I really want to discourage its use if possible. Took away -database from FMDatabaseQueue since I've already seen it misused once, and if you really need to get at it, you can do so with the inDatabase: methods.
|
14 лет назад |
|
FMDatabaseQueue.m
|
58c3e7005d
Took out FMDatabasePool from the readme, moved those docs to its header. I really want to discourage its use if possible. Took away -database from FMDatabaseQueue since I've already seen it misused once, and if you really need to get at it, you can do so with the inDatabase: methods.
|
14 лет назад |
|
FMResultSet.h
|
347cf12f00
deprecated resultDict, and added resultDictionary (which is now case sensitive)
|
14 лет назад |
|
FMResultSet.m
|
ceef9e7744
Suppressing some clang warnings for deprecated methods.
|
14 лет назад |
|
fmdb.m
|
a887a6ff21
Fixed a problem with getTableSchema: not working with table names that start with a number.
|
14 лет назад |