updated build system
This commit is contained in:
parent
481dfd5ff5
commit
3fa16fd846
@ -44,7 +44,7 @@ public:
|
|||||||
"NOT NULL, column2 TEXT NOT NULL);",
|
"NOT NULL, column2 TEXT NOT NULL);",
|
||||||
};
|
};
|
||||||
|
|
||||||
sqlite3_stmt *stmt_ptr{};
|
sqlite3_stmt *stmt_ptr{nullptr};
|
||||||
auto res =
|
auto res =
|
||||||
sqlite3_prepare_v2(db3.get(), sql.c_str(), -1, &stmt_ptr, nullptr);
|
sqlite3_prepare_v2(db3.get(), sql.c_str(), -1, &stmt_ptr, nullptr);
|
||||||
ASSERT_EQ(SQLITE_OK, res);
|
ASSERT_EQ(SQLITE_OK, res);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user