Fix fast parser result is not compatible with oracle
This commit is contained in:
@ -2353,9 +2353,6 @@ int ObFastParserOracle::process_string(const bool in_q_quote)
|
||||
break;
|
||||
} else if ('\\' == ch) {
|
||||
tmp_buf_[tmp_buf_len_++] = '\\';
|
||||
if (in_q_quote) {
|
||||
tmp_buf_[tmp_buf_len_++] = '\\';
|
||||
}
|
||||
} else if ('\'' == ch) {
|
||||
if ('\'' == raw_sql_.peek()) { // double quote
|
||||
ch = raw_sql_.scan();
|
||||
|
||||
Reference in New Issue
Block a user