mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-15 13:04:20 +01:00
vdbe: fix compilation
This commit is contained in:
@@ -380,7 +380,7 @@ impl Program {
|
||||
pager: Rc<Pager>,
|
||||
) -> Result<StepResult> {
|
||||
loop {
|
||||
if *self.connection.closed.borrow() {
|
||||
if self.connection.closed.get() {
|
||||
// Connection is closed for whatever reason, rollback the transaction.
|
||||
let state = self.connection.transaction_state.get();
|
||||
if let TransactionState::Write { schema_did_change } = state {
|
||||
|
||||
Reference in New Issue
Block a user