added multi-session sys table tests

This commit is contained in:
aleks-f
2012-12-23 03:27:56 -06:00
parent 760fa4bbb0
commit 50b67d711f
2 changed files with 30 additions and 8 deletions

View File

@@ -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();
}