summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Added SKIPIFFelipe Pena2009-12-151-0/+4
* - Fixed memory leak when E_STRICT message is gettedFelipe Pena2009-12-141-0/+126
* - Fixed bug #49521 (PDO fetchObject sets values before calling constructor) Felipe Pena2009-11-151-0/+39
* - Fixed bug #48773 (Incorrect error when setting PDO::ATTR_STATEMENT_CLASS wi...Felipe Pena2009-07-191-0/+34
* MFH: Fix cleanupJani Taskinen2009-04-251-1/+5
* MFB: Added missing SKIPIFJani Taskinen2009-04-256-1/+11
* - Fix testFelipe Pena2009-02-201-1/+1
* MFH: Fix #46542 Extending PDO class with a __call() function doesn't workJohannes Schlüter2009-02-171-0/+20
* - New testFelipe Pena2009-02-131-0/+51
* MFH Add table key to getColumnMeta() with SQLiteScott MacVicar2009-01-131-0/+23
* MFH: Fix tests (use a in-memory database not a file called memory)Johannes Schlüter2008-12-037-7/+7
* MFH:Felipe Pena2008-12-024-0/+121
* MFH:Felipe Pena2008-11-051-7/+13
* - MFH: Improved fixFelipe Pena2008-11-031-0/+33
* - New testFelipe Pena2008-11-031-0/+50
* MFH:Felipe Pena2008-11-031-0/+31
* - Added skipifFelipe Pena2008-10-101-0/+4
* - New testFelipe Pena2008-10-101-0/+38
* add missing skipif conditionsAntony Dovgal2005-12-211-0/+4
* fix #35336 (crash on PDO::FETCH_CLASS + __set())Antony Dovgal2005-11-231-0/+22
* ZTS test fixIlia Alshanetsky2005-10-181-2/+2
* Added test for bug #33841.Ilia Alshanetsky2005-07-241-0/+28