Oops, I forgot to add "Fetch=37" to connection string.
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sat, 7 May 2016 11:42:42 +0000 (20:42 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sat, 7 May 2016 11:42:42 +0000 (20:42 +0900)
test/src/cursor-block-delete-test.c

index 6374d4fc91e737d49da6b59f2b0e2bb73bc2b77f..8146b60100c08433e40dd8b6451ae7cb70423386 100644 (file)
@@ -57,7 +57,7 @@ int main(int argc, char **argv)
    /****
      * Run this test with UseDeclareFetch = 1 and Fetch=37.
      */
-   test_connect_ext("UseDeclareFetch=1");
+   test_connect_ext("UseDeclareFetch=1;Fetch=37");
 
    rc = SQLAllocHandle(SQL_HANDLE_STMT, conn, &hstmt);
    if (!SQL_SUCCEEDED(rc))