mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-04 20:47:56 +00: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