summaryrefslogtreecommitdiff
path: root/ext/dba/tests
Commit message (Expand)AuthorAgeFilesLines
* DBA tests: cleanup and sycn. Add new Berkeley DB 4 testsChristopher Jones2010-03-0540-51/+962
* make portableChristopher Jones2010-03-021-1/+1
* Added SKIP sections in case extension isn't enabledWilliam Martin2010-03-023-0/+12
* Improve basic code coverageChristopher Jones2010-03-015-0/+215
* Fixed testsDmitry Stogov2009-09-211-1/+1
* - Fixed pathsFelipe Pena2009-08-0125-63/+63
* - Fixed bug #49125 (Error in dba_exists C code)Felipe Pena2009-08-011-0/+27
* Fixed testIlia Alshanetsky2009-06-161-1/+2
* - MFH: Fixed bug #48240 (DBA Segmentation fault dba_nextkey)Felipe Pena2009-05-131-0/+25
* MFH:Christopher Jones2008-06-191-2/+16
* fix test namesAntony Dovgal2007-05-071-1/+1
* win32 test fixesAntony Dovgal2007-04-181-4/+4
* - Fixed bug #36436 (DBA problem with Berkeley DB4).Marcus Boerger2006-02-181-0/+34
* - MFH Change dba/db4 to use its own lockingMarcus Boerger2005-12-082-17/+3
* - Add support for db1 through emulationMarcus Boerger2005-02-251-0/+46
* Fix issue in testMarcus Boerger2004-08-191-0/+3
* Change to use md5_file()Marcus Boerger2004-08-121-4/+4
* dded qdbm handler (http://qdbm.sourceforge.net).Marcus Boerger2003-12-181-0/+34
* Improve dba tests: check in both modes external and database locking.Marcus Boerger2003-12-1810-8/+158
* Change to more complicated 'c' moreMarcus Boerger2003-12-141-1/+1
* Allow the extension to reside elsewhereMarcus Boerger2003-06-191-3/+3
* Fix test (ssen by Dan Torop)Marcus Boerger2003-05-201-2/+2
* #i shouldn't do test-fiddling after 3o-clockMarcus Boerger2003-05-061-2/+2
* Find a better solution for the testsMarcus Boerger2003-05-061-9/+7
* Reenable dba_popen()Marcus Boerger2003-04-131-0/+33
* Support all possible configurations and simplify includesMarcus Boerger2003-03-0413-44/+40
* @Added dba handler inifiles to support ini files. (Marcus)Marcus Boerger2003-02-221-0/+29
* testing default handler should be a separate testMarcus Boerger2002-12-301-1/+1
* Made DBA tests not dependant on error reporting settings.Ilia Alshanetsky2002-12-271-1/+1
* Add missing test for db4 handlerMarcus Boerger2002-12-261-0/+29
* -Fix memory handling of persistent dba connections.Marcus Boerger2002-12-202-31/+44
* Make magic_quotes_runtime work bidirectional for dbaMarcus Boerger2002-11-221-1/+7
* Use flatfile if available.Marcus Boerger2002-11-152-5/+10
* Show which handler was used in the testMarcus Boerger2002-11-159-0/+9
* file() is affected by magic_quotes_runtimeMarcus Boerger2002-11-141-0/+2
* Add magic_quotes_runtime supportMarcus Boerger2002-11-141-0/+25
* Fix locking behaviour: On some systems read during write is permitted butMarcus Boerger2002-11-148-10/+12
* -Precondiftion: no open filesMarcus Boerger2002-11-112-2/+3
* Add $lock_flag which allows to change lock behaviour for both 'l' and 'd'Marcus Boerger2002-11-103-4/+6
* Use 'l' to open database file with locking on .lck file.Marcus Boerger2002-11-101-4/+5
* add test to see if insert fails when key already existsMarcus Boerger2002-11-071-0/+1
* -convert from dos to unix fileMarcus Boerger2002-11-061-1/+4
* check whether a written databse can be appended and if read during writeMarcus Boerger2002-11-069-2/+111
* move newly introduced flatfile support from dbm to new flatfile handlerMarcus Boerger2002-11-061-0/+18
* incorporate cdb-0.75 as suggested by D. J. BernsteinMarcus Boerger2002-11-043-4/+39
* missingMarcus Boerger2002-11-031-0/+18
* cdb now allows multiple key-value pairs with same keyMarcus Boerger2002-11-031-10/+34
* cdb interface is currently readonlyMarcus Boerger2002-11-034-2/+18
* cdb interface is currently readonlyMarcus Boerger2002-11-032-0/+41
* Add testcase for every single handlerMarcus Boerger2002-11-016-0/+119