This commit is contained in:
dapan1121 2021-02-01 14:06:08 +08:00
parent 107bfc250e
commit 391ff51a5d
1 changed files with 2 additions and 2 deletions

View File

@ -1422,9 +1422,9 @@ int32_t tscValidateName(SStrToken* pToken) {
if (sep == NULL) { // single part
if (pToken->type == TK_STRING) {
strdequote(pToken->z);
tscDequoteAndTrimToken(pToken);
tscStrToLower(pToken->z, pToken->n);
pToken->n = (uint32_t)strtrim(pToken->z);
//pToken->n = (uint32_t)strtrim(pToken->z);
int len = tSQLGetToken(pToken->z, &pToken->type);