X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=tests%2Fsqlite%2Fsqlite001.phpt;h=cf1a3bc44b289167565e20fc38b75f7a1dffd2d0;hp=41b25e7b4f7b9934b942fafe6ced9584564f3986;hb=8355e92d68218a5239a2bf8a2406e41d6cf4674d;hpb=6eb5f114bb934c85515da1f38547728d80008961 diff --git a/tests/sqlite/sqlite001.phpt b/tests/sqlite/sqlite001.phpt index 41b25e7..cf1a3bc 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); } @@ -77,8 +77,8 @@ string(%d) "3.%d.%s" 2: id = 3 2: data = three -SQL logic error or missing database: 'no tables specified' -library routine called out of sequence: '' +SQL logic error%s +%s: '' ===DONE=== --CLEAN--