test: Print the executed sql statements in the script files.

This commit is contained in:
Haojun Liao 2022-05-13 18:19:49 +08:00
parent 5dadb26070
commit 4d2ac0af0b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class TDTestCase:
def init(self, conn, logSql):
tdLog.debug(f"start to excute {__file__}")
tdSql.init(conn.cursor())
tdSql.init(conn.cursor(), True)
def __query_condition(self,tbname):
query_condition = []