summaryrefslogtreecommitdiff
path: root/ext/pdo/tests
Commit message (Expand)AuthorAgeFilesLines
* Skip test for pdo_odbcAnatol Belski2018-01-021-0/+1
* Fix test for pdo_odbcAnatol Belski2018-01-021-0/+3
* pdo_odbc has no driver API for quoting, skip the testAnatol Belski2017-12-221-0/+1
* 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
* | 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
* | 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
* | Merge branch 'PHP-7.0' into PHP-7.1Adam Baratz2016-09-131-3/+14
|\ \ | |/
| * Add special case for earlier versions of TDSAdam Baratz2016-09-131-3/+14
* | Merge branch 'PHP-7.0' into PHP-7.1Adam Baratz2016-09-134-21/+19
|\ \ | |/
| * Explicitly allow NULL values for dblib compatibilityAdam Baratz2016-09-132-2/+2
| * Add dblib-specific queryAdam Baratz2016-09-131-7/+16
| * Remove test cases don't test distinct behaviorAdam Baratz2016-09-131-12/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-131-0/+41
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-131-0/+41
| |\
| | * Fix #60665: call to empty() on NULL result using PDO::FETCH_LAZY returns falseChristoph M. Becker2016-08-131-0/+41
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-092-2/+35
|\ \ \ | |/ /
| * | Fix bug 72788: Invalid memory access when database_object_handleKeyur2016-08-092-2/+35
* | | Fix leak in PDO row_get_ctorNikita Popov2016-07-162-5/+3
|/ /
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-07-121-87/+0
|\ \ | |/
| * Revert "Fixes #52384: Adds parameter value to dumped output. Also adds output...Julien Pauli2016-07-121-81/+0
| * Revert "Fix test for #52384"Julien Pauli2016-07-121-8/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-07-121-2/+8
|\ \ | |/
| * Fix test for #52384Julien Pauli2016-07-121-2/+8
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-07-121-0/+81
|\ \ | |/
| * Fixes #52384: Adds parameter value to dumped output. Also adds output flag in...Bishop Bettini2016-07-121-0/+81
* | Merge branch 'PHP-5.6' into PHP-7.0Matteo Beccati2016-04-055-4/+108
|\ \ | |/
| * Fixed bug #71447 (Quotes inside comments not properly handled)Matteo Beccati2016-04-041-0/+104
| * Fixed a few PDO tests to conform to PDO Common standardsMatteo Beccati2016-04-044-4/+4
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-03-211-0/+59
|\ \ | |/
| * Fix bug #52098Daniel Persson2016-03-211-0/+59
| * Fix bug #64172Daniel Persson2015-10-181-0/+84
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | Fix bug #64172Daniel Persson2015-10-181-0/+84
* | Add Oracle syntax (Senthil)Christopher Jones2015-07-101-0/+3
* | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-173-3/+3
* | Tweak uncaught exception message displayNikita Popov2015-05-175-5/+5
* | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-153-3/+12
* | Patch improvement:Dmitry Stogov2015-03-302-38/+21
* | Fixed ReflectionFunction, ReflectionMethod and ReflectionParameter.Danack2015-03-011-1/+1
* | Fixed PDORow behaviour and message.Danack2015-03-012-12/+38
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | Reverted incorrectly changed test. Now it's the same as in PHP-5.6.Dmitry Stogov2014-08-201-1/+1
* | Fixed pdo_firebird tests failuresDmitry Stogov2014-08-112-4/+9
* | Refactored ext/ldapXinchen Hui2014-05-201-2/+2
* | Fixed tests (object id)Xinchen Hui2014-04-251-2/+2
|/
* Merge branch 'PHP-5.4' into PHP-5.5Rasmus Lerdorf2013-11-091-3/+2
|\
| * Fix broken testRasmus Lerdorf2013-11-091-3/+2