summaryrefslogtreecommitdiff
path: root/ext/sqlite3/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #61791 ext\sqlite3\tests\sqlite3_15_open_error.phpt failsAnatoliy Belsky2012-04-262-0/+40
* Missed the testRasmus Lerdorf2012-01-291-0/+44
* - add skipifPierre Joye2011-09-061-0/+2
* - add skipifPierre Joye2011-09-061-0/+2
* Fix another broken test. root can read 0200 files.Rasmus Lerdorf2011-08-291-1/+6
* - Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a refe...Felipe Pena2011-01-071-0/+17
* Add SQLite3_Stmt::readOnly for checking if a statement is read onlyScott MacVicar2010-12-311-0/+53
* - Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number)Felipe Pena2010-12-031-0/+28
* - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-081-2/+2
* Berkeley DB 5's SQL frontend gives a slightly different error than libsqliteJohannes Schlüter2010-06-011-1/+1
* Merge safe_mode changes into extensions that are in sync in both branchesKalle Sommer Nielsen2010-04-261-1/+1
* fix testsZoe Slattery2009-07-172-2/+2
* MFH make SQLite3::enableExceptions() return the previous value.Scott MacVicar2009-06-081-2/+2
* MFH: Fix test on WindowsKalle Sommer Nielsen2009-05-221-3/+3
* MFH: Added missing SKIPIFKalle Sommer Nielsen2009-05-221-0/+2
* Fix testHannes Magnusson2009-05-181-2/+4
* - New tests (testfest BelgiumUG)Felipe Pena2009-05-1730-0/+764
* MFH Fix bug #47678 - Allow loadExtension to be disabled in SQLite3Scott MacVicar2009-03-171-1/+7
* The constructor should also throw exceptions, make this semi useful now.Scott MacVicar2009-02-102-11/+19
* MFH Add blobOpen method for reading binary blobs via streams.Scott MacVicar2009-01-241-0/+50
* MFH Fix bug #47159 - Any SQLite3 statement prepared should be added to the fr...Scott MacVicar2009-01-201-0/+22
* MFH Stop using sqlite3_aggregate_count() as this is now deprecated.Scott MacVicar2008-12-241-1/+1
* - MFH: Fixed memory leaks in createFunction and createAggregate methodsFelipe Pena2008-11-281-0/+29
* fix testAntony Dovgal2008-11-261-1/+1
* MFH: Tests for SQLite3Stmt::paramCount().Felix De Vliegher2008-10-292-0/+105
* MFH: SQLite3::escapeString can be static as it doesn't rely on an instance of...Scott MacVicar2008-09-301-1/+1
* - MFH: Fixed bug #45798 (sqlite3 doesn't notice if variable was bound)Felipe Pena2008-08-121-0/+32
* MFH: Fix test on WindowsScott MacVicar2008-08-061-1/+1
* Fix skipif (altough I can't find any such method in the source..?)Hannes Magnusson2008-08-011-1/+1
* Make pdo_sqlite use the bundled extension with sqlite3 (pdo_sqlite gets fts!)Scott MacVicar2008-07-311-1/+1
* Fix testScott MacVicar2008-07-311-6/+8
* MFH: Add freelist for tracking sqlite statements to free on implicit SQLite3:...Scott MacVicar2008-07-291-4/+6
* - Fix EOLsJani Taskinen2008-07-282-3/+2
* SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Wi...Scott MacVicar2008-07-2531-0/+1334