We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b9b22e + f6bed27 commit 45818cbCopy full SHA for 45818cb
dev/storage_base.h
@@ -501,7 +501,7 @@ namespace sqlite_orm {
501
this->on_open_internal(this->connection->get());
502
}
503
auto db = this->connection->get();
504
- perform_void_exec(db, "BEGIN TRANSACTION");
+ perform_void_exec(db, query);
505
506
507
connection_ref get_connection() {
include/sqlite_orm/sqlite_orm.h
@@ -13712,7 +13712,7 @@ namespace sqlite_orm {
13712
13713
13714
13715
13716
13717
13718
0 commit comments