This commit is contained in:
Haojun Liao 2020-05-21 13:56:42 +08:00
parent 8a8655b636
commit 343763e42d
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ SSQLToken tStrGetToken(char* str, int32_t* i, bool isPrevOptr, uint32_t numOfIgn
return t0;
}
(*i)++;
t = str[++(*i)];
}
t0.n = tSQLGetToken(&str[*i], &t0.type);