Update delete_data.py
This commit is contained in:
parent
7dbd8c3f2a
commit
39e65ca268
|
@ -81,7 +81,7 @@ class TDTestCase:
|
|||
'binary':self.binary_val,
|
||||
'nchar':self.nchar_val
|
||||
}
|
||||
self.run_time = 2
|
||||
|
||||
def insert_base_data(self,col_type,tbname,rows,base_data):
|
||||
for i in range(rows):
|
||||
if col_type.lower() == 'tinyint':
|
||||
|
|
Loading…
Reference in New Issue