core/vdbe: AutoCommit instruction

This commit is contained in:
Pekka Enberg 2025-02-14 09:47:50 +02:00
parent 248a369afc
commit 34b0c7c09a
7 changed files with 55 additions and 5 deletions

View file

@ -448,7 +448,6 @@ impl ProgramBuilder {
database_header,
comments: self.comments,
connection,
auto_commit: true,
parameters: self.parameters,
n_change: Cell::new(0),
change_cnt_on,