fix: select ins_columns from stb/ctb

This commit is contained in:
kailixu 2023-03-17 14:51:47 +08:00
parent bfa7eabff6
commit 31d38dfd23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class TDTestCase:
def init(self, conn, logSql, replicaVar=1):
self.replicaVar = int(replicaVar)
tdLog.debug("start to execute %s" % __file__)
tdSql.init(conn.cursor(), True)
tdSql.init(conn.cursor())
self.setsql = TDSetSql()
self.dbname = 'db'
self.stbname = 'stb'