提交 90fc3f62 编写于 作者: H haocao

Add DDL test cases 1th.

上级 2ec3b2a1
<?xml version="1.0" encoding="UTF-8"?>
<asserts>
<assert id="assertCreateTable">
<tables>
<table name="t_temp" />
</tables>
</assert>
<!--// TODO verify SQL-->
<!--<assert id="assertCreateTableIfNotExist">-->
<!--<tables>-->
<!--<table name="t_temp" />-->
<!--</tables>-->
<!--</assert>-->
</asserts>
<?xml version="1.0" encoding="UTF-8"?>
<sqls>
<sql id="assertCreateTable" value="CREATE TABLE t_temp(id int)" />
<sql id="assertCreateTableIfNotExist" value="CREATE TABLE IF NOT EXISTS t_temp(id int)" type="PostgreSQL"/>
<sql id="assertCreateTemporaryTable" value="CREATE TEMPORARY TABLE IF NOT EXISTS t_temp(id int)" type="H2,MySQL,PostgreSQL"/>
</sqls>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册