X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fsqlite%2Fsqlite001.phpt;h=e45d1697ac796c0d6ec8a6fa032e36c5d2342e14;hb=e36f7cd568212baefd1d597adb25c0b040f66870;hp=41b25e7b4f7b9934b942fafe6ced9584564f3986;hpb=7a507f06fec217e847295f43122183b6120e5830;p=m6w6%2Fext-psi diff --git a/tests/sqlite/sqlite001.phpt b/tests/sqlite/sqlite001.phpt index 41b25e7..e45d169 100644 --- a/tests/sqlite/sqlite001.phpt +++ b/tests/sqlite/sqlite001.phpt @@ -52,7 +52,7 @@ if ($rc) { sqlite3\close($db); -$rc = sqlite3\exec($db, "SELECT * FROM test", "callback", new stdClass, $error); +$rc = sqlite3\exec($db, "SELECT *", "callback", new stdClass, $error); if ($rc) { printf("%s: '%s'\n", sqlite3\errstr($rc), $error); } @@ -78,7 +78,6 @@ string(%d) "3.%d.%s" 2: data = three SQL logic error or missing database: 'no tables specified' -library routine called out of sequence: '' ===DONE=== --CLEAN--