Update delete_data.py

This commit is contained in:
Jason-Jia 2022-09-13 17:03:57 +08:00 committed by GitHub
parent 7dbd8c3f2a
commit 39e65ca268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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':