提交 4898978b 编写于 作者: P Ping Xiao

test: add test case

上级 23b498bc
...@@ -74,6 +74,10 @@ class TDTestCase: ...@@ -74,6 +74,10 @@ class TDTestCase:
tdSql.query("select * from `STB6`") tdSql.query("select * from `STB6`")
tdSql.checkRows(2) tdSql.checkRows(2)
tdSql.execute("alter table `STB6` add tag `1` int")
tdSql.execute("create table t1 using `STB6`(`1`) tags(1)")
tdSql.error("alter table t1 set tag 1=2222")
tdSql.error("alter table `STB6` add tag `` nchar(20)") tdSql.error("alter table `STB6` add tag `` nchar(20)")
def stop(self): def stop(self):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册