提交 3daf712e 编写于 作者: G Ganlin Zhao

reverted tag/column length fix

上级 3342d6aa
......@@ -22,7 +22,6 @@
#include "ttoken.h"
#include "ttokendef.h"
#include "tutil.h"
#include "tscUtil.h"
SSqlInfo qSqlParse(const char *pStr) {
void *pParser = ParseAlloc(malloc);
......@@ -68,9 +67,6 @@ SSqlInfo qSqlParse(const char *pStr) {
sqlInfo.valid = false;
goto abort_parse;
}
case TK_ID:
tscRmEscapeAndTrimToken(&t0);
//fall through
default:
Parse(pParser, t0.type, t0, &sqlInfo);
if (sqlInfo.valid == false) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册