summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/tests
Commit message (Expand)AuthorAgeFilesLines
* fix testAnatol Belski2015-08-231-2/+4
* 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.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
* | Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading sin...Matteo Beccati2015-06-121-0/+63
* | 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.5' into PHP-5.6Anatol Belski2015-06-111-1/+1
|\ \ | |/
| * improve testAnatol Belski2015-06-111-1/+1
* | 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
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-03-141-0/+1
|\ \ | |/
| * fix testAnatol Belski2015-03-141-0/+1
* | Ref #68371 - Added support for PDO::PGSQL_ATTR_DISABLE_PREPARESMatteo Beccati2015-01-051-1/+5
* | 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
* | 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.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
* | Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)Matteo Beccati2014-10-171-0/+109
* | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-05-211-8/+27
|\ \ | |/
| * Improved test for bug #62479Matteo Beccati2014-05-211-8/+27
* | 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
|\ \ | |/
| * fix test bug62479.phptStanislav Malyshev2014-01-251-2/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Will Fitch2014-01-181-0/+56
|\ \ | |/
| * Fix #62479: Some chars not parsed in passwordsWill Fitch2014-01-181-0/+56
* | Merge branch 'PHP-5.5'Michael Wallner2013-08-201-0/+71
|\ \ | |/
| * Fix bug #64953 (Postgres prepared statement positional parameter casting)Michael Wallner2013-08-201-0/+71
* | Merge branch 'PHP-5.5'Stanislav Malyshev2013-08-041-1/+1
|\ \ | |/
| * non living code related typo fixesVeres Lajos2013-08-041-1/+1
* | Merge branch 'PHP-5.5'Remi Collet2013-06-193-4/+4
|\ \ | |/
| * Related to bug #65047 (Test skip on client / server version)Remi Collet2013-06-193-4/+4
* | Merge branch 'PHP-5.5'Matteo Beccati2013-06-192-0/+10
|\ \ | |/
| * Fixed bug #65047 (Test skip on client / server version)Matteo Beccati2013-06-192-0/+10
* | Fixed Bug #42614 (PDO_pgsql: add pg_get_notify support)Matteo Beccati2013-06-051-0/+109
* | Refactored custom PDO_pgsql methods to trigger errors/exceptionsMatteo Beccati2013-06-052-20/+41
|/
* Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-06-021-3/+5
|\
| * Clean up leftover test filesMatteo Beccati2013-06-021-3/+5
* | Fix PDO::inTransaction() test for pgsqlNikita Popov2013-06-021-4/+4
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-10-301-0/+51
|\ \ | |/
| * Bug #62593 Updated test to verify bindParam doesn't change original valueWill Fitch2012-10-301-1/+3
| * Bug #62593 Updated to always treat zval by valueWill Fitch2012-10-301-3/+8
| * Bug #62593 Added test for changeWill Fitch2012-10-301-0/+44