From e5db0d8077bd97ff220444c3d712f4ac85570aa9 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 30 Oct 2007 23:03:54 +0000 Subject: [PATCH] MFB: Test not relavent for sqlite that uses built-in bound syntax --- ext/pdo/tests/bug_43130.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/pdo/tests/bug_43130.phpt b/ext/pdo/tests/bug_43130.phpt index 89c2aec32c..5082895cb2 100644 --- a/ext/pdo/tests/bug_43130.phpt +++ b/ext/pdo/tests/bug_43130.phpt @@ -5,6 +5,7 @@ PDO Common: Bug #43130 (Bound parameters cannot have - in their name) if (!extension_loaded('pdo')) die('skip'); $dir = getenv('REDIR_TEST_DIR'); if (false == $dir) die('skip no driver'); +if (!strncasecmp(getenv('PDOTEST_DSN'), 'sqlite', strlen('sqlite'))) die('skip not relevant for sqlite driver'); require_once $dir . 'pdo_test.inc'; PDOTest::skip(); ?> -- 2.50.1