summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/tests
Commit message (Expand)AuthorAgeFilesLines
* Implement SQLite extended result code functionalityRobert Kopack2019-07-021-0/+50
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-06-281-0/+46
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-06-281-0/+46
| |\
| | * Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changedVincent2019-06-281-0/+46
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+0
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-143-6/+6
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+0
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-6/+6
* | | Allow exceptions in __toString()Nikita Popov2019-06-051-0/+45
* | | Using PDO instead because of consistencypeter279k2019-05-1110-10/+10
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-154-8/+8
* | | Remove local variablesPeter Kokot2019-02-035-5/+5
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-152-2/+1
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-143-6/+6
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-09-164-4/+4
* | | Merge branch 'PHP-7.3'Anatol Belski2018-08-031-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-08-031-1/+5
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-08-031-1/+5
| | |\
| | | * Improve cleanupAnatol Belski2018-08-031-1/+5
| | | * fixed typoMarkus Staab2017-03-291-1/+1
* | | | Add \PDO::SQLITE_ATTR_READONLY_STATEMENTBohwaZ2018-08-011-0/+20
|/ / /
* | | Give a reason why the test was skippedGabriel Caruso2018-07-221-2/+2
* | | remove support for string|unicode in testsGabriel Caruso2018-02-224-19/+19
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-209-9/+9
* | | Fix test cleanupAnatol Belski2017-09-061-8/+8
* | | Add support for SQLite open flagsBohwaZ2017-09-061-0/+33
|/ /
* | fixed typoMarkus Staab2017-03-291-1/+1
* | Merge branch 'PHP-7.1'Remi Collet2017-03-291-1/+4
|\ \ | |/
| * Fix buid with system libsqlite, see bug #74217Remi Collet2017-03-291-1/+4
* | Merge branch 'PHP-7.1'Nikita Popov2017-03-121-0/+38
|\ \ | |/
| * Implement FR #74217: deterministic sqlite functionsandrewnester2017-03-121-0/+38
* | Remove more PHP 6 leftovers from testsNikita Popov2016-11-242-4/+4
|/
* fix test if unlink fails occasionallyAnatol Belski2016-05-011-1/+1
* Create temporary sqlite db in test dir rather than cwd (and clean it up)Sara Golemon2016-04-301-1/+4
* fix pdo_sqlite crash with empty bound streamAnatol Belski2015-11-051-0/+36
* fix test redirection when run not from source rootAnatol Belski2015-10-231-1/+1
* Fixed bug #70221 (persistent sqlite connection + custom function segfaults)Xinchen Hui2015-08-101-0/+15
* Make internal non-static methods to be executed in context of class. Set EG(s...Dmitry Stogov2015-04-231-1/+1
* Finish PHP 4 constructor deprecationNikita Popov2015-03-311-2/+2
* Fixed bug #47407Xinchen Hui2014-05-271-1/+1
* Fixed Bug #66034 (Segmentation Fault when constructor of PDO statement throws...Xinchen Hui2013-11-051-0/+33
* Add user contributed test. Bug #61748Yasuo Ohgaki2013-08-021-0/+17
* Fix bug #63916: PDO::PARAM_INT casts to 32bit int internally even on 64bit bu...Lars Strojny2013-01-142-0/+54
* createCollation() for pdo_sqlite as wellRasmus Lerdorf2012-01-291-0/+38
* Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFun...Dmitry Stogov2011-11-081-2/+0
* Added test for #60104Patrick Allaert2011-11-041-0/+23
* - New tests (code coverage++)Felipe Pena2011-06-192-0/+32
* - New testFelipe Pena2010-07-291-0/+21
* Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before callingJohannes Schlüter2010-02-111-39/+0
* Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)Ilia Alshanetsky2010-01-121-0/+16