fix: dot not complete with dbname
This commit is contained in:
parent
9c296f6c71
commit
8e28a63af8
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue