Fix catalogfunctions-test. The output of catalogfunctions-test was changed along...
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sat, 19 Aug 2017 11:16:06 +0000 (20:16 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sat, 19 Aug 2017 11:16:06 +0000 (20:16 +0900)
test/src/catalogfunctions-test.c

index 5145c3b229233f72c36e0757b5116fd5f386d61b..b93ec6951c814d5d7e0edec006a9471c64b2a20d 100644 (file)
@@ -43,6 +43,7 @@ main(int argc, char **argv)
        exit(1);
    }
 
+   SQLExecDirect(hstmt, (SQLCHAR *) "drop table if exists testtab2", SQL_NTS);
    /* Check for SQLGetTypeInfo */
    printf("Check for SQLTypeInfo\n");
    rc = SQLGetTypeInfo(hstmt, SQL_VARCHAR);