mirror of
https://github.com/ohwgiles/laminar.git
synced 2026-03-02 03:40:21 +00:00
add basic tests for conf, database and run
This commit is contained in:
@@ -41,7 +41,7 @@ Database::Statement::~Statement() {
|
||||
|
||||
|
||||
bool Database::Statement::exec() {
|
||||
return sqlite3_step(stmt) == SQLITE_OK;
|
||||
return sqlite3_step(stmt) == SQLITE_DONE;
|
||||
}
|
||||
|
||||
void Database::Statement::bindValue(int i, int e) {
|
||||
|
||||
Reference in New Issue
Block a user