summaryrefslogtreecommitdiff
path: root/ext/pdo/tests/pdo_018.phpt
Commit message (Expand)AuthorAgeFilesLines
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-1/+1
* Remove local variablesPeter Kokot2019-02-031-1/+1
* Remove superfluous SKIPIF sections of always available interfacesGabriel Caruso2018-07-291-1/+0
* Remove trailing whitespaceAdam Baratz2017-01-091-7/+7
* Explicitly allow NULL values for dblib compatibilityAdam Baratz2017-01-091-1/+12
* Fix PDO tests to match SQL standard syntax and pass Firebird tests.Dorin Marcoci2017-01-031-1/+1
* Add special case for earlier versions of TDSAdam Baratz2016-09-131-3/+14
* Explicitly allow NULL values for dblib compatibilityAdam Baratz2016-09-131-1/+1
* - Fixed testsFelipe Pena2010-12-041-1/+7
* fix testAntony Dovgal2007-11-081-10/+10
* Fixed bug #40757 (get_object_vars get nothing in child class)Dmitry Stogov2007-07-241-10/+10
* Correct non-standard SQL. Standard SQL would define "DEFAULT NULL" -- butDan Scott2005-10-261-1/+1
* - MFH change require to require_onceMarcus Boerger2005-10-031-1/+1
* - Add ability to execute .php generated from .phpt on failure without theMarcus Boerger2005-09-211-0/+1
* MFH: Make PDO use class constantsIlia Alshanetsky2005-09-201-7/+7
* some drivers want you to say that its ok to use NULL for these columns.Wez Furlong2005-07-201-1/+1
* should always bind columns after execute.Wez Furlong2005-07-121-1/+1
* Added:Wez Furlong2005-07-091-4/+0
* and as a result, need to update the expected dataWez Furlong2005-07-081-1/+1
* we declare the column as NOT NULL, so inserting NULL is not a good idea.Wez Furlong2005-07-081-1/+1
* 1st set of fixes to make tests work with MySQLIlia Alshanetsky2005-07-071-0/+8
* Stop on the 1st skip.Ilia Alshanetsky2005-07-071-3/+3
* skip if we can't connect (include reason in skip output)Wez Furlong2005-07-071-1/+4
* Need to state NOT NULL here, as DB2 won't allow the UNIQUE constraint without...Wez Furlong2005-07-071-1/+1
* rename pdo_test.php to pdo_test.inc, add it, and update tests.Wez Furlong2005-07-061-1/+1
* Add tests that can be redirected to with new test harness feature.Wez Furlong2005-07-061-0/+262