File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ $dir = getenv('REDIR_TEST_DIR');
7
7
if (false == $ dir ) die ('skip no driver ' );
8
8
require_once $ dir . 'pdo_test.inc ' ;
9
9
PDOTest::skip ();
10
+
11
+ $ db = PDOTest::factory ();
12
+ if ($ db ->getAttribute (PDO ::ATTR_DRIVER_NAME ) == 'oci ' ) {
13
+ die ("xfail PDO::PARAM_NULL is not honored by OCI driver, related with bug #81586 " );
14
+ }
10
15
?>
11
16
--FILE--
12
17
<?php
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ $dir = getenv('REDIR_TEST_DIR');
7
7
if (false == $ dir ) die ('skip no driver ' );
8
8
require_once $ dir . 'pdo_test.inc ' ;
9
9
PDOTest::skip ();
10
+
11
+ $ db = PDOTest::factory ();
12
+ if ($ db ->getAttribute (PDO ::ATTR_DRIVER_NAME ) == 'oci ' ) {
13
+ die ("xfail OCI driver errorInfo is inconsistent with other PDO drivers " );
14
+ }
10
15
?>
11
16
--FILE--
12
17
<?php
You can’t perform that action at this time.
0 commit comments