Skip to content

Commit 5c25fa4

Browse files
committed
Replace ODBC LOCATE function with CH position
The order of parameters in `locate` can be configured, which might cause problems in environments with non-default settings. `position` always work the same in that sense.
1 parent 80f2262 commit 5c25fa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver/test/scalar_functions_it.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ class ScalarFunctionsTest
2121
indicator
2222
));
2323

24+
std::cout << "Query ID: " << getQueryId() << "\n";
25+
2426
SQLFreeStmt(hstmt, SQL_CLOSE);
2527
}
2628
};

0 commit comments

Comments
 (0)