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 5fda255 commit 58c101fCopy full SHA for 58c101f
cpp/src/arrow/flight/sql/odbc/odbc_api.cc
@@ -59,7 +59,7 @@ SQLRETURN SQLFreeHandle(SQLSMALLINT type, SQLHANDLE handle) {
59
}
60
61
SQLRETURN SQLFreeStmt(SQLHSTMT handle, SQLUSMALLINT option) {
62
- ARROW_LOG(DEBUG) << "SQLAllocHandle called with handle: " << handle
+ ARROW_LOG(DEBUG) << "SQLFreeStmt called with handle: " << handle
63
<< ", option: " << option;
64
// GH-47706 TODO: Implement SQLFreeStmt
65
return SQL_INVALID_HANDLE;
0 commit comments