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.
1 parent 623d855 commit 8554d8aCopy full SHA for 8554d8a
cpp/ConnectionPool.cpp
@@ -171,6 +171,7 @@ void ConnectionPool::closeContext(ConnectionLockId contextId) {
171
void ConnectionPool::closeAll() {
172
// Prevent this pointer from being used if closed
173
rollbackPayload.dbName = NULL;
174
+ commitPayload.dbName = NULL;
175
sqlite3_commit_hook(writeConnection.connection,
176
NULL, NULL);
177
sqlite3_rollback_hook(writeConnection.connection,
0 commit comments