Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2022-10-06Quick little test fix by cleaning up where the actual temp dir is.August Mueller
2021-03-25Add typeForColumn functionsRobert Ryan
2020-05-06Allow rebinding of values for prepared queriesRobert Ryan
2020-05-05Improve FMDBVersionRobert Ryan
2018-09-18Version bump.2.7.5August Mueller
2018-09-18Fixed localization issue with InfoPlist.strings for test targetChristian Noon
2018-08-14Use NSLocalizedStringFromTableJonathan Hammer
2018-05-21add unit test case for -[FMDatabase executeStatements:withResultBlock:], SELE...jam.chenjun
2017-12-19Refine close logicRobert M. Ryan
2017-10-27Fix isOpen logicRobert M. Ryan
2017-10-24Update transactionsRobert M. Ryan
2017-10-21Bump version to 2.7.3Robert M. Ryan
2017-09-11Add testsBen Asher
2017-06-10Version 2.7.22.7.2Robert M. Ryan
2017-06-03Version 2.7.1Robert M. Ryan
2017-05-23Implement propertiesRobert M. Ryan
2017-01-122.7Robert M. Ryan
2016-01-20Revise tests2.6.2Robert M. Ryan
2015-12-29Version 2.6Robert M. Ryan
2015-10-30Add renditions of executeQuery and executeUpdate that throw errors in SwiftRobert M. Ryan
2015-08-20Added tests for a simple tokenizer which shortens some strings (by removing p...Evan D. Schoenberg, M.D
2015-06-10rename open with vfs method, add tests for custom vfsStefan Sechelmann
2015-01-24version bump.v2.5August Mueller
2015-01-24Weird merge from robertmryan-masterAugust Mueller
2015-01-22Cleanup.August Mueller
2015-01-22Added tests for FTS changeStephan Heilner
2014-10-20Merge branch 'FMResultSet_Next_Error_Handling' of git://github.com/rosh89/fmd...August Mueller
2014-10-14Fix for Xcode 6.1August Mueller
2014-10-09Adding 'nextWithError' method to FMResultSet to obtain error detailsRoshan Muralidharan
2014-08-28Can now access all the offsets() integers, not just the first.Andrew Goodale
2014-07-31Simplify tests and add `objectForColumnName` test for the `char` valuerobertmryan
2014-07-31Adjust encoding of BOOL and char valuesrobertmryan
2014-04-24Added a version to the code, and added an API to it as well.August Mueller
2014-04-24Removed FMDatabaseSplitter, since it's no longer needed and cleaned up some c...August Mueller
2014-04-23Notes and renames.August Mueller
2014-04-23Deprecation of a method, because its name sucked.August Mueller
2014-04-17Updated test cases for executeBulkSQLrobertmryan
2014-03-01Discovered sqlite3_busy_handler, and got to kill some ivars and code. busyTi...August Mueller
2014-01-20More notes to self.ccgus
2014-01-20Cleanup, and then while debugging a test, noticed that sqlite3_busy_timeout d...ccgus
2014-01-07Might help to export the retry timeout interface for the tests! Also, new te...ccgus
2013-11-29Fix -[FMDatabaseTests testApplicationID]Graham Dennis
2013-11-24Add a .travis.yml file to use Travis CI for automated testing.Graham Dennis
2013-11-24Converting fmdb.m to XCTest tests.Graham Dennis