summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/tests
Commit message (Expand)AuthorAgeFilesLines
* Rewrite PDO result bindingNikita Popov2020-12-222-21/+21
* PDO: Honor ATTR_STRINGIFY_FETCHES for booleansNikita Popov2020-12-214-7/+8
* Fixed bug #72368Nikita Popov2020-12-101-5/+5
* Allow drivers to omit error codeNikita Popov2020-12-103-3/+3
* Fixed bug #79131Nikita Popov2020-12-103-3/+3
* 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