未验证 提交 4c847bfc 编写于 作者: H Hui Li 提交者: GitHub

Merge pull request #8417 from taosdata/test/TD-10744

[TD-10744]<test>not use 'file' for column name
......@@ -61,6 +61,9 @@ class TDTestCase:
tdSql.execute("use db2")
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)")
# case for TD-10691
tdSql.error("create table ttb1(ts timestamp, file int )")
def stop(self):
tdSql.close()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册