summaryrefslogtreecommitdiff
path: root/ext/sqlite3/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix #73530: Unsetting result set may reset other result set"Christoph M. Becker2016-12-291-32/+0
* Fix #73530: Unsetting result set may reset other result setChristoph M. Becker2016-11-161-0/+32
* Fix #73333: 2147483647 is fetched as stringChristoph M. Becker2016-10-173-2/+28
* add test for bug #73068Anatol Belski2016-09-131-0/+37
* Make test case more resilientChristoph M. Becker2016-09-031-0/+2
* Implement #72653: SQLite should allow opening with empty filenameChristoph M. Becker2016-07-271-7/+2
* Further fixes wrt. bug #72668Christoph M. Becker2016-07-251-0/+41
* Fix #70628: Clearing bindings on an SQLite3 statement doesn't workChristoph M. Becker2016-06-271-0/+55
* Fixed bug #69972 (Use-after-free vulnerability in sqlite3SafetyCheckSickOrOk())Xinchen Hui2015-07-071-0/+28
* 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
* | 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