YapDatabase/Testing/UnitTesting
Robbie Hanson a40549ea18 Adding support for flushing internal cached sqlite pages.
There's a method to do this called sqlite3_db_release_memory. That is now exposed via the new YapDatabaseConnectionFlushMemoryFlags_Internal.
2015-06-28 16:25:27 -07:00
..
TestNodes.h Added support for encrypting the destinationFilePath when storing it to the database. Also fixed a few bugs in the YapDatabaseRelationship extension. And added quite a bit more unit test coverage for the extension. 2014-05-30 16:35:21 -07:00
TestNodes.m Added support for encrypting the destinationFilePath when storing it to the database. Also fixed a few bugs in the YapDatabaseRelationship extension. And added quite a bit more unit test coverage for the extension. 2014-05-30 16:35:21 -07:00
TestObject.h Adding YapDatabaseSecondaryIndex extension 2013-10-21 17:06:59 -07:00
TestObject.m Adding YapDatabaseSecondaryIndex extension 2013-10-21 17:06:59 -07:00
TestViewChangeLogic.m Bug fix for issue #125 - View mapping notification bug. Unit tests added. 2014-11-14 18:21:24 -08:00
TestViewMappingsLogic.m Bug fix for issue #128 - Flexible range minLength bug. (Unit tests added) 2014-11-05 12:27:01 -08:00
TestYapDatabase.m Adding support for flushing internal cached sqlite pages. 2015-06-28 16:25:27 -07:00
TestYapDatabaseFilteredView.m Fixing recent unit tests to work with new YapDatabaseView grouping/sorting/filtering block signature. 2015-06-28 15:25:19 -07:00
TestYapDatabaseFullTextSearch.m Updating YapDatabaseFullTextSearch init API to work with Swift. (Similar to recent fixes for YapDatabaseView) 2014-10-01 10:30:19 -07:00
TestYapDatabaseQuery.m Bug fix for YapDatabaseQuery: didn't properly handle empty arrays or multiple arrays in parameter list. 2015-06-27 16:22:01 -07:00
TestYapDatabaseRelationship.m Fixing bug in YapDatabaseRelationship extension. 2015-06-05 18:52:43 -07:00
TestYapDatabaseSearchResultsView.m Adding "YapDatabaseReadTransaction *transaction" to parameter list for YapDatabaseView & YapDatabaseFilteredView blocks. 2015-06-09 15:07:14 -07:00
TestYapDatabaseSecondaryIndex.m Adds support for NSArray parameters to YapDatabaseQuery 2014-10-06 23:28:49 -04:00
TestYapDatabaseView.m Adding "YapDatabaseReadTransaction *transaction" to parameter list for YapDatabaseView & YapDatabaseFilteredView blocks. 2015-06-09 15:07:14 -07:00