fix: dot not complete with dbname

This commit is contained in:
Alex Duan 2023-02-12 16:28:03 +08:00
parent 9c296f6c71
commit 8e28a63af8
1 changed files with 1 additions and 1 deletions

View File

@ -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;