Skip to content

Commit

Permalink
Forgotten finalizing stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lostystyg committed May 6, 2022
1 parent 8d23c2e commit 78681c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pocketdb/repositories/web/WebRpcRepository.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4613,6 +4613,8 @@ namespace PocketDb
break;
}
}

FinalizeSqlStatement(*stmt);
});
return reconstructor.GetResult();
}
Expand Down

0 comments on commit 78681c8

Please sign in to comment.