fix: fix case issue
This commit is contained in:
parent
73d3c21e21
commit
b8b3036905
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue