added sqlite db backend progress

This commit is contained in:
2023-11-09 19:55:59 +01:00
parent 8b5859d858
commit ae236746ad
24 changed files with 303 additions and 72 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
[[maybe_unused]] const matador::sql::dialect* get_dialect() {
using namespace matador::sql;
static dialect d {{
const static dialect d{{
{ dialect::token_t::BEGIN, "BEGIN TRANSACTION"},
{ dialect::token_t::COMMIT, "COMMIT TRANSACTION"},
{ dialect::token_t::ROLLBACK, "ROLLBACK TRANSACTION"}