| .. |
|
FMDatabase.h
|
75b5dddc87
I hate tabs.
|
12 years ago |
|
FMDatabase.m
|
294d54c1e0
Fixed [FMDatabase openWithFlags:] so it does not reopen the db unnecessarily
|
12 years ago |
|
FMDatabaseAdditions.h
|
ec5258ada7
Removed an unnecessary header comment in FMDatabaseAdditions.h.
|
12 years ago |
|
FMDatabaseAdditions.m
|
7daa30d27a
Cleanup, and then while debugging a test, noticed that sqlite3_busy_timeout doesn't retry a sqlite3_step for you automatically. So that's a problem that I'll need to fix.
|
12 years ago |
|
FMDatabasePool.h
|
3f8cee50c4
Fix for issue #211: Add 'databasePool:didAddDatabase:' method to FMDatabasePoolDelegate protocol
|
12 years ago |
|
FMDatabasePool.m
|
04f2019a4e
Change the use of #if / #endif so that Xcode document items pop over doesn’t get confused. Now when you pull down the document items pop over, all methods are shown.
|
12 years ago |
|
FMDatabaseQueue.h
|
4250e03227
Merge pull request #213 from 5at5ish/master
|
12 years ago |
|
FMDatabaseQueue.m
|
6fbd05f6c3
Add a deadlock check to -[FMDatabaseQueue inDatabase:]
|
12 years ago |
|
FMResultSet.h
|
4ac1fc114d
Update header/documentation for hasAnotherRow
|
12 years ago |
|
FMResultSet.m
|
75b5dddc87
I hate tabs.
|
12 years ago |
|
fmdb.m
|
7daa30d27a
Cleanup, and then while debugging a test, noticed that sqlite3_busy_timeout doesn't retry a sqlite3_step for you automatically. So that's a problem that I'll need to fix.
|
12 years ago |