summaryrefslogtreecommitdiff
path: root/ext/sqlite3/tests
Commit message (Expand)AuthorAgeFilesLines
* Tweak uncaught exception message displayNikita Popov2015-05-173-3/+3
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-1/+1
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-051-0/+23
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-04-051-0/+23
| |\
| | * Fix bug #66550 (SQLite prepared statement use-after-free)Stanislav Malyshev2015-04-051-0/+23
| * | fix dir separator in testAnatol Belski2015-03-251-1/+1
* | | Merge branch 'pull-request/1091'Stanislav Malyshev2015-03-221-2/+1
|\ \ \ | |/ / |/| |
| * | Stop trying to call the callback after it has thrown an exception. Also, as a...Danack2015-02-161-3/+2
| * | Fix freeing null segfault. Added test for behaviour.Danack2015-01-061-0/+32
* | | Fix #68760: Fix freeing null segfault. Added test for behaviour.Danack2015-03-221-0/+36
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Lars Strojny2013-01-142-0/+54
|\ \ | |/
| * Fixed bug #63921: sqlite3::bindvalue and relative PHP functions aren't using ...Lars Strojny2013-01-142-0/+54
* | Merge branch 'PHP-5.4'Anatoliy Belsky2012-04-262-0/+40
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-262-0/+40
| |\
| | * 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
| * | Missed the testRasmus Lerdorf2012-01-291-0/+44
| * | - add skipifPierre Joye2011-09-061-0/+2
| * | - add skipifPierre Joye2011-09-061-1/+3
| * | Fix another broken test. root can read 0200 files.Rasmus Lerdorf2011-08-291-2/+7
* | | 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-2/+7
|/ /
* | - 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
* | Removed safe_modeKalle 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