fix: add database name
This commit is contained in:
parent
ff76f9835e
commit
0f88e3d3a2
|
@ -245,7 +245,7 @@ class TDTestCase:
|
||||||
# stddev
|
# stddev
|
||||||
tdSql.checkData(0, 5, 0, True)
|
tdSql.checkData(0, 5, 0, True)
|
||||||
|
|
||||||
sql = f"select twa({col}) from d0"
|
sql = f"select twa({col}) from {dbname}.d0"
|
||||||
tdSql.query(sql)
|
tdSql.query(sql)
|
||||||
tdSql.checkData(0, 0, 1, True)
|
tdSql.checkData(0, 0, 1, True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue