update
This commit is contained in:
parent
0a85055dac
commit
dbda5c8b2e
|
@ -24,10 +24,6 @@ class TDTestCase:
|
|||
self.row_num = 10
|
||||
def run(self):
|
||||
tdSql.prepare()
|
||||
|
||||
|
||||
|
||||
|
||||
# timestamp = 1ms , time_unit = 1s
|
||||
tdSql.execute('''create table test(ts timestamp, col1 tinyint, col2 smallint, col3 int, col4 bigint, col5 float, col6 double,
|
||||
col7 bool, col8 binary(20), col9 nchar(20), col11 tinyint unsigned, col12 smallint unsigned, col13 int unsigned, col14 bigint unsigned)''')
|
||||
|
|
Loading…
Reference in New Issue