case: add doulbe comma insert check
This commit is contained in:
parent
2485fa5045
commit
59fc68dbf1
|
@ -40,6 +40,9 @@ class TDTestCase:
|
|||
self.multiThreadRun(tlist)
|
||||
tdSql.query(f'select * from information_schema.ins_databases')
|
||||
|
||||
# double comma insert check error
|
||||
tdSql.error("insert into test.tb(ts, c11) values(now,,100)")
|
||||
|
||||
|
||||
def stop(self):
|
||||
tdSql.close()
|
||||
|
|
Loading…
Reference in New Issue