We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2618a27 commit 7d32b0aCopy full SHA for 7d32b0a
ext/pdo_odbc/tests/gh9372.phpt
@@ -8,6 +8,10 @@ PDOTest::skip();
8
?>
9
--FILE--
10
<?php
11
+// Executing the statements fails with some drivers, but not others.
12
+// The test is written in a way to always pass, unless the execution
13
+// fails with a different code than 22001 (String data, right truncation).
14
+
15
require 'ext/pdo/tests/pdo_test.inc';
16
$db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
17
$db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
0 commit comments