提交 4de98b45 编写于 作者: L liuyq-617

[TD-10744]<test>not use 'file' for column name

上级 fc8b47ea
...@@ -62,6 +62,9 @@ class TDTestCase: ...@@ -62,6 +62,9 @@ class TDTestCase:
tdSql.execute("create table stb(ts timestamp, c int) tags(t int)") tdSql.execute("create table stb(ts timestamp, c int) tags(t int)")
tdSql.error("insert into db2.tb6 using db2.stb tags(1) values(now 1) tb2 using db2. tags( )values(now 2)") tdSql.error("insert into db2.tb6 using db2.stb tags(1) values(now 1) tb2 using db2. tags( )values(now 2)")
# case for TD-10691
tdSql.error("create table ttb1(ts timestamp, file int )")
def stop(self): def stop(self):
tdSql.close() tdSql.close()
tdLog.success("%s successfully executed" % __file__) tdLog.success("%s successfully executed" % __file__)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册