raising the head after a three-weeks refactoring
[m6w6/ext-psi] / tests / sqlite / sqlite001.phpt
index 41b25e7b4f7b9934b942fafe6ced9584564f3986..552c1d8e8030580e01543360dbc78f04c25e28dc 100644 (file)
@@ -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);
 }