]> granicus.if.org Git - php/commitdiff
Test not relavent for sqlite that uses built-in bound syntax
authorIlia Alshanetsky <iliaa@php.net>
Tue, 30 Oct 2007 23:03:23 +0000 (23:03 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 30 Oct 2007 23:03:23 +0000 (23:03 +0000)
ext/pdo/tests/bug_43130.phpt

index 89c2aec32cb5f480f4e52d417482decae46809bf..5082895cb2cfbbc1ac5202b5a194050c1b8f18fc 100644 (file)
@@ -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();
 ?>