Skip to content

Commit bdbcc45

Browse files
committed
do not lock table, failed during tests
1 parent 8d5d308 commit bdbcc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odbc/unittests/describeparam.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ TEST_MAIN()
236236
CHKAllocStmt(&stmt, "S");
237237

238238
SWAP_STMT(stmt);
239-
CHKExecDirect(T("SELECT * FROM sysobjects"), SQL_NTS, "S");
239+
CHKExecDirect(T("SELECT * FROM sysobjects(NOLOCK)"), SQL_NTS, "S");
240240

241241
SWAP_STMT(stmt);
242242
CHKPrepare(T("INSERT INTO describe(vc) VALUES(?)"), SQL_NTS, "S");

0 commit comments

Comments
 (0)