未验证 提交 0a75d71b 编写于 作者: W wenzhouwww 提交者: GitHub

Update irate.py

上级 ac39e062
...@@ -78,9 +78,7 @@ class TDTestCase: ...@@ -78,9 +78,7 @@ class TDTestCase:
# prepare datas # prepare datas
tdSql.execute( tdSql.execute(
f"create database if not exists {dbname} keep 3650 duration 1000") f"create database if not exists {dbname} keep 3650 duration 1000")
tdSql.execute(f"use {dbname} ") tdSql.execute(f"use {dbname} ")
time.sleep(2)
tdSql.execute( tdSql.execute(
f'''create table {dbname}.stb1 f'''create table {dbname}.stb1
(ts timestamp, c1 int, c2 bigint, c3 smallint, c4 tinyint, c5 float, c6 double, c7 bool, c8 binary(16),c9 nchar(32), c10 timestamp) (ts timestamp, c1 int, c2 bigint, c3 smallint, c4 tinyint, c5 float, c6 double, c7 bool, c8 binary(16),c9 nchar(32), c10 timestamp)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册