update composite primary ke case

This commit is contained in:
Chris Zhai 2024-04-14 12:19:04 +08:00
parent 207beaf8a8
commit 88d227a97d
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ class TDTestCase:
tdSql.error(f"insert into {table_name} using {self.stable_name} tags(4) file '{self.tdCsv.file}'", show=SHOW_LOG)
tdSql.query(f'select * from {self.stable_name}')
tdSql.checkRows(0)
self._check_select(table_name)
self._check_select(self.stable_name)
# 6.insert value into normal table from csv file
table_name = f'{self.ntable_name}_1'