未验证 提交 a2d34804 编写于 作者: L Liang Zhang 提交者: GitHub

Support DML for SQLServer with visitor (#4321)

上级 18e9025c
......@@ -145,6 +145,14 @@ public final class VisitorParameterizedParsingTest {
sqlCases.add("select_pagination_with_row_number_and_group_by_and_order_by");
sqlCases.add("select_pagination_with_row_number_for_greater_than");
sqlCases.add("select_pagination_with_row_number_for_greater_than_and_equal");
sqlCases.add("select_pagination_with_offset_fetch");
sqlCases.add("select_pagination_with_top");
sqlCases.add("select_pagination_with_top_for_greater_than");
sqlCases.add("select_pagination_with_top_for_greater_than_and_equal");
sqlCases.add("select_pagination_with_top_and_group_by_and_order_by");
sqlCases.add("select_pagination_with_top_and_group_by_and_order_by_and_parentheses");
sqlCases.add("select_pagination_with_top_and_diff_group_by_and_order_by");
sqlCases.add("select_pagination_with_top_and_diff_group_by_and_order_by_and_parentheses");
sqlCases.add("alter_table_add_foreign_key");
sqlCases.add("alter_table_add_primary_foreign_key");
// TODO no rule in SQLServer's g4
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册