summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/tests
diff options
context:
space:
mode:
authorMatteo Beccati <mbeccati@php.net>2016-08-04 09:28:58 +0200
committerMatteo Beccati <mbeccati@php.net>2016-08-04 09:28:58 +0200
commitd3a8e107acb4f729016b6d649bc83a888359fb7d (patch)
treec577e25d60103502d4f0db7100506d9b556592b4 /ext/pdo_pgsql/tests
parent78488a54c8f23c16bf0ca044c50c0fac8e303400 (diff)
downloadphp-git-d3a8e107acb4f729016b6d649bc83a888359fb7d.tar.gz
Clean up FR #72633
Diffstat (limited to 'ext/pdo_pgsql/tests')
-rw-r--r--ext/pdo_pgsql/tests/bug72633.phpt (renamed from ext/pdo_pgsql/tests/bug_last_insert_id.phpt)2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_pgsql/tests/bug_last_insert_id.phpt b/ext/pdo_pgsql/tests/bug72633.phpt
index 30dd0f039a..06bd25e626 100644
--- a/ext/pdo_pgsql/tests/bug_last_insert_id.phpt
+++ b/ext/pdo_pgsql/tests/bug72633.phpt
@@ -1,5 +1,5 @@
--TEST--
-currval() vs lastval() - PDO PgSQL Bug #1134 [BUG] New record, PostgreSQL and the Primary key https://github.com/phalcon/cphalcon/issues/1134
+PDO PgSQL Bug #72633 (Postgres PDO lastInsertId() should work without specifying a sequence)
--SKIPIF--
<?php
if (!extension_loaded('pdo') || !extension_loaded('pdo_pgsql')) die('skip not loaded');