php-src/ext/pdo_pgsql/tests
Matteo Beccati 730d7b8fca Merge branch 'PHP-5.6'
* PHP-5.6:
  Fix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps)
  Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)
  Fixed bug #61574 - No MSI

Conflicts:
	ext/pdo_pgsql/pgsql_statement.c
2015-06-12 02:08:30 +02:00
..
bug36727.phpt - Fixed tests not passing under windows because of the directory separator 2010-11-08 09:29:15 +00:00
bug43925.phpt
bug46274_2.phpt Related to bug #65047 (Test skip on client / server version) 2013-06-19 12:26:21 +02:00
bug46274.phpt Related to bug #65047 (Test skip on client / server version) 2013-06-19 12:26:21 +02:00
bug48764.phpt Remove PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT 2015-04-24 18:08:18 +02:00
bug61267.phpt - Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTed 2012-03-08 08:52:28 +00:00
bug62479.phpt Improved test for bug #62479 2014-05-21 18:58:14 +02:00
bug62593.phpt Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving) 2014-11-06 16:35:49 +01:00
bug64953.phpt Fix bug #64953 (Postgres prepared statement positional parameter casting) 2013-08-20 19:19:02 +02:00
bug66584.phpt fix test 2015-03-14 18:29:59 +01:00
bug67462.phpt Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when not in transaction 2014-10-31 18:11:32 +01:00
bug68199.phpt Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads) 2014-10-17 16:22:52 +02:00
bug68371.phpt Remove PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT 2015-04-24 18:08:18 +02:00
bug69344.phpt Fix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps) 2015-06-12 02:05:28 +02:00
bug69362.phpt Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote) 2015-06-12 00:21:48 +02:00
bug69752.phpt rework that test to allow delta for rounding errors 2015-06-11 17:05:03 +02:00
bug_33876.phpt Deprecated PDO::PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT 2014-03-11 23:10:48 +01:00
bug_49985.phpt Related to bug #65047 (Test skip on client / server version) 2013-06-19 12:26:21 +02:00
common.phpt Revert changes to configs by accident 2014-05-20 11:31:39 +08:00
config.inc Revert changes to configs by accident 2014-05-20 11:31:39 +08:00
copy_from.phpt Refactored custom PDO_pgsql methods to trigger errors/exceptions 2013-06-05 01:58:37 +02:00
copy_to.phpt Refactored custom PDO_pgsql methods to trigger errors/exceptions 2013-06-05 01:58:37 +02:00
disable_prepares.phpt Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams 2014-03-11 23:10:48 +01:00
getnotify.phpt make this test a bit more tolerant when checking sleep time 2014-09-12 14:39:19 +02:00
is_in_transaction.phpt Fix PDO::inTransaction() test for pgsql 2013-06-02 13:28:30 +02:00
large_objects.phpt