Skip to content

Commit 6c9150c

Browse files
committed
fixed oversight
1 parent 8293191 commit 6c9150c

File tree

2 files changed

+175
-58
lines changed

2 files changed

+175
-58
lines changed

dev/storage_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ namespace sqlite_orm {
501501
this->on_open_internal(this->connection->get());
502502
}
503503
auto db = this->connection->get();
504-
perform_void_exec(db, "BEGIN TRANSACTION");
504+
perform_void_exec(db, query);
505505
}
506506

507507
connection_ref get_connection() {

0 commit comments

Comments
 (0)