summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Bug #66034 (Segmentation Fault when constructor of PDO statement ↵Xinchen Hui2013-11-051-0/+33
| | | | | | | throws an exception) I know zend_call_function will initilize retval_ptr_ptr, but still set it to NULL explict is more readable
* 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 ↵Lars Strojny2013-01-142-0/+54
| | | | builds in pdo_sqlite
* createCollation() for pdo_sqlite as wellRasmus Lerdorf2012-01-291-0/+38
| | | | | Closes bug #55226
* Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using ↵Dmitry Stogov2011-11-081-2/+0
| | | | sqliteCreateFunction())
* 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
| | | | | constructor)
* 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
| | | | | (patch by Pierrick)
* - Fixed bug #48773 (Incorrect error when setting PDO::ATTR_STATEMENT_CLASS ↵Felipe Pena2009-07-191-0/+34
| | | | | | | with ctor_args) [HEAD only]
* 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
| | | | | as expected
* - 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
| | | | | | - Fixed memory leaks - Added new tests (Coverage++)
* MFH:Felipe Pena2008-11-051-7/+13
| | | | | | - Fixed wrong check - Improved test
* - MFH: Improved fixFelipe Pena2008-11-031-0/+33
|
* - New testFelipe Pena2008-11-031-0/+50
|
* MFH:Felipe Pena2008-11-031-0/+31
| | | | | | - Fixed endless loop in PDOStatement::debugDumpParams() patch by: Jonah H. Harris <jonah.harris at gmail dot com>
* - Added skipifFelipe Pena2008-10-101-0/+4
|
* - New testFelipe Pena2008-10-101-0/+38
|
* add missing skipif conditionsAntony Dovgal2005-12-211-0/+4
| | | | | fix existing ones
* 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
|
* remove the old tests for pdo_sqliteWez Furlong2005-07-0629-1717/+0
|
* Add a redirect test to run the common pdo core tests against the sqliteWez Furlong2005-07-061-0/+12
| | | | | driver
* - Need to make PDO::__construct() final to prevent SEGV it isn't called 1stMarcus Boerger2005-05-262-2/+0
|
* - Add test for deriving PDOMarcus Boerger2005-05-241-0/+51
|
* - Add new tests for PDO_FETCH_INTOMarcus Boerger2005-05-241-0/+68
|
* - Add new testMarcus Boerger2005-03-241-0/+21
|
* - Add new testsMarcus Boerger2005-03-211-0/+61
|
* - Interface name was changedMarcus Boerger2005-03-191-1/+1
|
* - Update testsMarcus Boerger2005-03-132-0/+2
|
* - Update testsMarcus Boerger2005-03-101-1/+1
|
* Add one more test.Magnus M��tt�2005-03-091-0/+84
|
* Add test 020 and 021 for PDO_SQLite.Magnus M��tt�2005-03-092-0/+41
|
* - Add new testsMarcus Boerger2005-03-071-0/+52
|
* - Add new testsMarcus Boerger2005-03-071-0/+135
|
* - Add new testsMarcus Boerger2005-03-071-0/+22
|
* - Add testsMarcus Boerger2005-03-042-1/+117
| | | | | | - Fix testname - Drop unnecessary include line (was wrong anyway)
* - Add new testMarcus Boerger2005-02-271-0/+77
|
* fix line endingsWez Furlong2005-02-263-3/+3
|