提交 af142546 编写于 作者: A Alex Duan

feat: auto fill database name and sys table name1

上级 c13b0e68
......@@ -1685,12 +1685,12 @@ bool matchEnd(TAOS* con, SShellCmd* cmd) {
// match database
if (fillWithType(con, last, WT_VAR_DBNAME)) {
ret = true
ret = true;
goto _return;
}
if (fillWithType(con, last, WT_VAR_SYSTABLE)) {
ret = true
ret = true;
goto _return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册