提交 08316af0 编写于 作者: W wenzhouwww@live.cn

test : Add timestamp to logger when in debug mode

上级 1296504a
...@@ -1707,6 +1707,7 @@ class TdSuperTable: ...@@ -1707,6 +1707,7 @@ class TdSuperTable:
) )
else: else:
sql += " TAGS (dummy int) " sql += " TAGS (dummy int) "
print("create stable: ",sql)
dbc.execute(sql) dbc.execute(sql)
def getRegTables(self, dbc: DbConn): def getRegTables(self, dbc: DbConn):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册