Merge pull request #939 from taosdata/feature/lihui

[TBASE-1292]
This commit is contained in:
fangpanpan 2019-12-18 14:49:40 +08:00 committed by GitHub
commit 5f6325af7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -437,6 +437,9 @@ int tsParseOneRowData(char **str, STableDataBlocks *pDataBlocks, SSchema schema[
if (sToken.z[k] == delim || sToken.z[k] == '\\') {
if (sToken.z[k + 1] == delim) {
cnt++;
tmpTokenBuf[j] = sToken.z[k + 1];
j++;
k++;
continue;
}
}