updated build system

This commit is contained in:
Scott E. Graves 2024-10-09 12:50:41 -05:00
parent 481dfd5ff5
commit 3fa16fd846

View File

@ -44,7 +44,7 @@ public:
"NOT NULL, column2 TEXT NOT NULL);",
};
sqlite3_stmt *stmt_ptr{};
sqlite3_stmt *stmt_ptr{nullptr};
auto res =
sqlite3_prepare_v2(db3.get(), sql.c_str(), -1, &stmt_ptr, nullptr);
ASSERT_EQ(SQLITE_OK, res);