]> granicus.if.org Git - php/commitdiff
Mask schemaname in error messages
authorChristopher Jones <sixd@php.net>
Wed, 28 Apr 2010 17:26:59 +0000 (17:26 +0000)
committerChristopher Jones <sixd@php.net>
Wed, 28 Apr 2010 17:26:59 +0000 (17:26 +0000)
ext/oci8/tests/commit_002.phpt
ext/oci8/tests/refcur_prefetch_1.phpt

index d46ea299222c477b0da753a6d8dc9d9ce06ab7ce..1819fe116b5ac1be87979fc97789bd7f51ab6871 100644 (file)
@@ -80,11 +80,11 @@ oci_close($c);
 <?php exit(0); ?>
 --EXPECTF--
 First Insert
-Could not execute: ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_X) %s
+Could not execute: ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_X) %s
 Second Insert
 
 Warning: oci_commit(): ORA-02091: %s
-ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_Y) %s in %scommit_002.php on line %d
+ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_Y) %s in %scommit_002.php on line %d
 Could not commit: ORA-02091: %s
-ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_Y) %s
+ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_Y) %s
 ===DONE===
index c603fdd5bb8e4069f1f360b2120252a37ea3af3e..904e4da1ffd8d62ae932746aa48ae85438629999 100644 (file)
@@ -175,7 +175,7 @@ array(2) {
 }
 
 Warning: oci_execute(): ORA-01002: %s
-ORA-06512: at "SYSTEM.REFCURPKG", line %d
+ORA-06512: at "%s.REFCURPKG", line %d
 ORA-06512: at line %d in %s on line %d
 Fetch Row  from PL/SQL
 NULL
@@ -218,7 +218,7 @@ array(2) {
 }
 
 Warning: oci_execute(): ORA-01002: %s
-ORA-06512: at "SYSTEM.REFCURPKG", line %d
+ORA-06512: at "%s.REFCURPKG", line %d
 ORA-06512: at line %d in %s on line %d
 Fetch Row  from PL/SQL
 NULL