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 49be7d7 commit 3839e5dCopy full SHA for 3839e5d
src/DbConnection.cpp
@@ -89,6 +89,8 @@ void DbConnection::reset_current_result(const DbResult* pResult) {
89
* https://www.postgresql.org/docs/current/libpq-cancel.html
90
**/
91
void DbConnection::cancel_query() {
92
+ LOG_DEBUG;
93
+
94
check_connection();
95
96
// first allocate a 'cancel command' data structure.
0 commit comments