fix: fix case issue

This commit is contained in:
dapan1121 2023-06-13 13:53:40 +08:00
parent 73d3c21e21
commit b8b3036905
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ class TDTestCase:
tdSql.execute("insert into db.ctb using db.stb tags(1) (ts, c1) values (now, 1)")
tdSql.query("select count(*) from information_schema.ins_columns")
# enterprise version: 288, community version: 280
tdSql.checkData(0, 0, 288)
# enterprise version: 289, community version: 281
tdSql.checkData(0, 0, 289)
tdSql.query("select * from information_schema.ins_columns where table_name = 'ntb'")
tdSql.checkRows(14)