We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sleep
delay
1 parent b183a59 commit 4cfac73Copy full SHA for 4cfac73
1 file changed
modules/platforms/cpp/odbc-test/src/queries_test.cpp
@@ -1958,7 +1958,7 @@ BOOST_AUTO_TEST_CASE(TestConnectionTimeoutQueryExpires)
1958
1959
ODBC_FAIL_ON_ERROR(ret, SQL_HANDLE_DBC, dbc);
1960
1961
- SQLCHAR req[] = "select delay(5000)";
+ SQLCHAR req[] = "select sleep(5000)";
1962
1963
ret = SQLExecDirect(stmt, req, SQL_NTS);
1964
0 commit comments