This commit is contained in:
2024-10-09 20:46:44 -05:00
parent 55bcf082ec
commit 891040479b
6 changed files with 30 additions and 9 deletions

View File

@ -60,10 +60,6 @@ auto db_insert::dump() const -> std::string {
}
auto db_insert::go() const -> db_result<context> {
static constexpr const std::string_view function_name{
static_cast<const char *>(__FUNCTION__),
};
sqlite3_stmt *stmt_ptr{nullptr};
auto query_str = dump();
auto res = sqlite3_prepare_v2(&context_->db3, query_str.c_str(), -1,