提交 8e28a63a 编写于 作者: A Alex Duan

fix: dot not complete with dbname

上级 9c296f6c
...@@ -1705,7 +1705,7 @@ bool matchEnd(TAOS* con, SShellCmd* cmd) { ...@@ -1705,7 +1705,7 @@ bool matchEnd(TAOS* con, SShellCmd* cmd) {
} }
// match database // match database
if(elast == NUL) { if(elast == NULL) {
// dot need not completed with dbname // dot need not completed with dbname
if (fillWithType(con, cmd, last, WT_VAR_DBNAME)) { if (fillWithType(con, cmd, last, WT_VAR_DBNAME)) {
ret = true; ret = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册