Skip to content

Commit 4cfac73

Browse files
IGNITE-26953 Use sleep SQL function instead of removed delay (#12501)
1 parent b183a59 commit 4cfac73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/platforms/cpp/odbc-test/src/queries_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1958,7 +1958,7 @@ BOOST_AUTO_TEST_CASE(TestConnectionTimeoutQueryExpires)
19581958

19591959
ODBC_FAIL_ON_ERROR(ret, SQL_HANDLE_DBC, dbc);
19601960

1961-
SQLCHAR req[] = "select delay(5000)";
1961+
SQLCHAR req[] = "select sleep(5000)";
19621962

19631963
ret = SQLExecDirect(stmt, req, SQL_NTS);
19641964

0 commit comments

Comments
 (0)