summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/tests
Commit message (Expand)AuthorAgeFilesLines
* add test for bug #70861Anatol Belski2015-11-081-0/+46
* Merge branch 'PHP-5.6'Matteo Beccati2015-06-131-1/+1
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2015-06-131-1/+1
| |\
| | * Fix copy/paste error in testMatteo Beccati2015-06-131-1/+1
* | | Merge branch 'PHP-5.6'Matteo Beccati2015-06-121-0/+44
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2015-06-121-0/+44
| |\ \ | | |/
| | * Fix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps)Matteo Beccati2015-06-121-0/+44
| | * Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading sin...Matteo Beccati2015-06-121-0/+63
* | | Merge branch 'PHP-5.6'Matteo Beccati2015-06-121-0/+63
|\ \ \ | |/ /
| * | Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading sin...Matteo Beccati2015-06-121-0/+63
* | | Merge branch 'PHP-5.6'Anatol Belski2015-06-111-1/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-06-111-1/+2
| |\ \ | | |/
| | * rework that test to allow delta for rounding errorsAnatol Belski2015-06-111-1/+2
* | | Merge branch 'PHP-5.6'Anatol Belski2015-06-111-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-06-111-1/+1
| |\ \ | | |/
| | * improve testAnatol Belski2015-06-111-1/+1
* | | Merge branch 'PHP-5.6'Anatol Belski2015-06-101-0/+54
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-06-101-0/+54
| |\ \ | | |/
| | * fix memory leak in pdo_pgsql closeCursor (bug 69752)Philip Hofstetter2015-06-101-0/+54
* | | Remove PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENTNikita Popov2015-04-242-95/+2
* | | Merge branch 'PHP-5.6'Anatol Belski2015-03-141-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-03-141-0/+1
| |\ \ | | |/
| | * fix testAnatol Belski2015-03-141-0/+1
* | | Merge branch 'PHP-5.6'Matteo Beccati2015-01-051-1/+5
|\ \ \ | |/ /
| * | Ref #68371 - Added support for PDO::PGSQL_ATTR_DISABLE_PREPARESMatteo Beccati2015-01-051-1/+5
* | | Merge branch 'PHP-5.6'Matteo Beccati2015-01-051-0/+108
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2015-01-051-0/+108
| |\ \ | | |/
| | * Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific a...Matteo Beccati2014-11-101-0/+99
| | * Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)Matteo Beccati2014-11-061-0/+15
| * | Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)Matteo Beccati2014-11-061-0/+15
* | | Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)Matteo Beccati2014-11-061-0/+15
* | | Merge branch 'PHP-5.6'Matteo Beccati2014-11-011-0/+66
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-11-011-0/+66
| |\ \ | | |/
| | * Fixed bug #66584 Segmentation fault on statement deallocationMatteo Beccati2014-11-011-0/+66
* | | Merge branch 'PHP-5.6'Matteo Beccati2014-10-311-0/+34
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-10-311-0/+34
| |\ \ | | |/
| | * Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when ...Matteo Beccati2014-10-311-0/+34
* | | Merge branch 'PHP-5.6'Matteo Beccati2014-10-171-0/+109
|\ \ \ | |/ /
| * | Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)Matteo Beccati2014-10-171-0/+109
* | | make this test a bit more tolerant when checking sleep timeAnatol Belski2014-09-121-2/+4
* | | Merge branch 'master' into phpngDmitry Stogov2014-05-261-8/+27
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-05-211-8/+27
| |\ \ | | |/
| | * Improved test for bug #62479Matteo Beccati2014-05-211-8/+27
* | | Merge branch 'phpng' of https://git.php.net/repository/php-src into phpngXinchen Hui2014-05-201-1/+1
|\ \ \
| * | | Revert changes to configs by accidentXinchen Hui2014-05-202-2/+2
| * | | Refactored ext/ldapXinchen Hui2014-05-202-2/+2
| |/ /
* | | Refactored ext/ldapXinchen Hui2014-05-202-2/+2
|/ /
* | Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParamsMatteo Beccati2014-03-111-0/+54
* | Deprecated PDO::PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENTMatteo Beccati2014-03-112-2/+22
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-01-251-2/+2
|\ \ | |/