Skip to content

Commit

Permalink
ODBC-399 The testcase, as it appears now
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrinn committed Nov 22, 2023
1 parent 314a1c2 commit 014e86b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/basic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1866,6 +1866,13 @@ ODBC_TEST(t_odbc377)
return OK;
}


ODBC_TEST(t_odbc399)
{
OK_SIMPLE_STMT(Stmt, "/*!80019 SELECT * FROM information_schema.applicable_roles ORDER BY host, user */");
return OK;
}

MA_ODBC_TESTS my_tests[]=
{
{t_disconnect, "t_disconnect", NORMAL},
Expand Down Expand Up @@ -1918,6 +1925,7 @@ MA_ODBC_TESTS my_tests[]=
{t_odbc384, "odbc384_namedpipe_plugin", NORMAL},
#endif
{t_odbc377, "odbc377_timeout_attrs", NORMAL},
{t_odbc399, "odbc399_comment_only", NORMAL},
{NULL, NULL, 0}
};

Expand Down

0 comments on commit 014e86b

Please sign in to comment.