“b73ae10adfc7a276021b2238e75fadf8f094666e”上不存在“...sceneproject/git@gitcode.net:openharmony/xts_acts.git”
提交 e03a6c2f 编写于 作者: TDengine (老段)'s avatar TDengine (老段)

test: autogen.py remove radom select

上级 ad6dd54a
......@@ -51,7 +51,7 @@ class AutoGen:
metas = []
for i in range(cnt):
colname = f"{pre}{i}"
sel = len(types) % len(types)
sel = i % len(types)
coltype = types[sel]
sql = f"{colname} {coltype}"
if sqls != "":
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册