summaryrefslogtreecommitdiff
path: root/ext/pdo/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-04-061-0/+18
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-04-061-0/+18
| |\
| | * Follow up #77849 PDOStatement objects in undefined state after cloneJoe Watkins2019-04-061-0/+18
* | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-04-061-0/+23
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-04-061-0/+23
| |\ \ | | |/
| | * Fix bug #77849 Disable cloning of PDO handle/connection objects to avoid segf...Cameron Porter2019-04-061-0/+23
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1567-69/+69
* | | Remove local variablesPeter Kokot2019-02-0357-57/+57
* | | Merge branch 'PHP-7.3'Adam Baratz2018-11-261-0/+45
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Adam Baratz2018-11-261-0/+45
| |\ \ | | |/
| | * Check column number before trying to fetch the valueSergei Morozov2018-11-261-0/+45
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-156-6/+2
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1426-75/+75
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-156-6/+2
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1423-69/+69
* | | Switch PDO to use serialize_denyNikita Popov2018-11-261-1/+1
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-156-6/+2
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-142-3/+3
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-1421-66/+66
|/ /
* | Remove superfluous SKIPIF sections of always available interfacesGabriel Caruso2018-07-291-1/+0
* | Make more tests run and fix SKIPIF sectionsGabriel Caruso2018-07-161-2/+3
* | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-205-5/+5
* | Remove superfluous SKIPIF sections in more testsGabriel Caruso2018-02-042-10/+4
|/
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-021-0/+1
|\
| * Skip test for pdo_odbcAnatol Belski2018-01-021-0/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-021-0/+3
|\ \ | |/
| * Fix test for pdo_odbcAnatol Belski2018-01-021-0/+3
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-221-0/+1
|\ \ | |/
| * pdo_odbc has no driver API for quoting, skip the testAnatol Belski2017-12-221-0/+1
* | Merge branch 'PHP-7.1'Adam Baratz2017-06-291-0/+40
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Adam Baratz2017-06-291-0/+40
| |\
| | * Fixed #69356: PDOStatement::debugDumpParams() truncates queryAdam Baratz2017-06-291-0/+40
* | | Remove trailing whitespaceAdam Baratz2017-01-091-7/+7
* | | Explicitly allow NULL values for dblib compatibilityAdam Baratz2017-01-092-2/+23
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-031-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-031-1/+1
| |\ \ | | |/
| | * Fix PDO tests to match SQL standard syntax and pass Firebird tests.Dorin Marcoci2017-01-031-1/+1
* | | Add "Sent SQL" to debug dump for emulated preparesAdam Baratz2016-12-201-0/+66
* | | Remove PDOStatement::activeQueryString()Adam Baratz2016-12-201-60/+0
* | | Merge branch 'PHP-7.1'Anatol Belski2016-12-191-2/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-12-191-2/+6
| |\ \ | | |/
| | * Compatibility with Firebird & Oracle select syntax.Dorin Marcoci2016-12-191-2/+6
* | | Remove more PHP 6 leftovers from testsNikita Popov2016-11-241-1/+1
* | | Revert "Remove PDOStatement::activeQueryString()"Adam Baratz2016-11-171-0/+60
* | | Remove PDOStatement::activeQueryString()Adam Baratz2016-11-161-60/+0
* | | Fix test for pdo_pgsqlAdam Baratz2016-11-161-8/+17
* | | Add PDOStatement::activeQueryString()Adam Baratz2016-11-151-0/+51
* | | Add tests for PDO::getAvailableDriversAmo Chohan2016-10-202-0/+29
* | | Addendum to #73234: Assume param types are nullableAdam Baratz2016-10-121-6/+12
* | | Fix #73234: Emulated statements let value dictate parameter typeAdam Baratz2016-10-104-16/+51