summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/tests
Commit message (Expand)AuthorAgeFilesLines
* Run tidyNikita Popov2020-09-183-11/+11
* Merge branch 'PHP-7.4'Nikita Popov2020-08-111-0/+17
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-111-0/+17
| |\
| | * Fix #64705 errorInfo property of PDOException is null when PDO::__construct()...Ahmed Abdou2020-08-111-0/+17
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-093-0/+3
* | | Clean up calls to extension_loaded('json') in testsTyson Andre2020-05-282-2/+0
* | | Reindent phpt filesNikita Popov2020-02-0321-227/+227
|/ /
* | Skip test if ext/json is not availableChristoph M. Becker2019-08-071-0/+1
* | Cleanup of remaining E_STRICT in testsGeorge Peter Banyard2019-07-231-1/+1
* | Fix FR #71885 (Allow escaping question mark placeholders)Matteo Beccati2019-07-222-0/+103
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-04-123-7/+7
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-04-123-7/+7
| |\
| | * Fix tests wrt. internationalizationChristoph M. Becker2019-04-123-7/+7
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1512-14/+1
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-143-4/+4
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1512-14/+1
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-4/+4
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1535-149/+149
* | | Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+1
* | | Remove local variablesPeter Kokot2019-02-038-8/+8
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1512-14/+1
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-3/+3
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-142-13/+13
|/ /
* | Merge branch 'PHP-7.2'Anatol Belski2018-07-301-0/+113
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-301-0/+113
| |\
| | * Fixed bug #75402 Possible Memory Leak using PDO::CURSOR_SCROLL optionAnatol Belski2018-07-301-0/+113
* | | Fix default credentials when none was passedAnatol Belski2018-05-072-1/+5
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-206-6/+6
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-042-3/+5
|\ \ | |/
| * Fix testsAnatol Belski2018-01-042-3/+5
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-10-271-1/+1
|\ \ | |/
| * Skip test on PostgreSQL 10Anatol Belski2017-10-271-1/+1
* | Merge branch 'PHP-7.1'Joe Watkins2017-01-201-0/+27
|\ \ | |/
| * Fixed #73959 - lastInsertId fails to throw an exception in pdsqlandrewnester2017-01-201-0/+27
* | Add "Sent SQL" to debug dump for emulated preparesAdam Baratz2016-12-201-0/+50
|/
* make timing check more forgiving in these testsAnatol Belski2016-12-151-2/+2
* Merge branch 'PHP-5.6' into PHP-7.0Matteo Beccati2016-08-041-1/+1
|\
| * Clean up FR #72633Matteo Beccati2016-08-041-1/+1
| * cleanup table after testAnatol Belski2016-08-021-2/+5
| * - lastInsertId using Postgres Lastval() functionPablo Santiago Sánchez2016-08-021-0/+36
* | cleanup the table after the test runAnatol Belski2016-07-271-1/+4
* | Implemented FR #72633 Postgres PDO lastInsertId() should work without specify...root2016-07-272-2/+38
* | fix test outAnatol Belski2016-07-191-1/+1
* | Merge branch 'PHP-7.0.9' into PHP-7.0Stanislav Malyshev2016-07-191-2/+2
|\ \
| * | Fixed bug #72570 Segmentation fault when binding parameters on a query withou...Matteo Beccati2016-07-141-0/+28
* | | Fixed bug #72570 Segmentation fault when binding parameters on a query withou...Matteo Beccati2016-07-101-0/+28
* | | Merge branch 'PHP-5.6' into PHP-7.0Matteo Beccati2016-07-101-0/+37
|\ \ \ | |/ / |/| / | |/
| * Fixed bug #70313 PDO statement fails to throw exceptionMatteo Beccati2016-07-101-0/+37
| * fix testAnatol Belski2015-08-231-2/+4
* | Add test for bug #72294Anatol Belski2016-06-011-0/+149