提交 c5cdb5ea 编写于 作者: G guangyun1013

Modify nullable test

上级 189f1233
......@@ -7,5 +7,8 @@
<table-tokens>
<table-token begin-position="14" original-literals="t_order" />
</table-tokens>
<order-by-columns>
<order-by-column name="order_id" order-by-type="ASC" />
</order-by-columns>
</assert>
</asserts>
<?xml version="1.0" encoding="UTF-8"?>
<sqls>
<sql id="assertSelectInWithNullParameter" value="SELECT * FROM t_order WHERE sku_num IN (%s, %s)" type="MySQL,PostgreSQL,SQLServer,Oracle" />
<sql id="assertSelectInWithNullParameter" value="SELECT * FROM t_order WHERE sku_num IN (%s, %s) ORDER BY order_id ASC" type="MySQL,PostgreSQL,SQLServer,Oracle" />
</sqls>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册