mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
added multi-session sys table tests
This commit is contained in:
@@ -88,7 +88,6 @@ void SQLiteStatementImpl::compileImpl()
|
||||
if (SQLITE_OK != sqlite3_exec(_pDB, "delete from sys.dual where 1 <> 1;", 0, 0, 0))
|
||||
throw ExecutionException("Error updating system database.");
|
||||
}
|
||||
|
||||
_bindBegin = bindings().begin();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user