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;
|
break;
|
||||||
} else if ('\\' == ch) {
|
} else if ('\\' == ch) {
|
||||||
tmp_buf_[tmp_buf_len_++] = '\\';
|
tmp_buf_[tmp_buf_len_++] = '\\';
|
||||||
if (in_q_quote) {
|
|
||||||
tmp_buf_[tmp_buf_len_++] = '\\';
|
|
||||||
}
|
|
||||||
} else if ('\'' == ch) {
|
} else if ('\'' == ch) {
|
||||||
if ('\'' == raw_sql_.peek()) { // double quote
|
if ('\'' == raw_sql_.peek()) { // double quote
|
||||||
ch = raw_sql_.scan();
|
ch = raw_sql_.scan();
|
||||||
|
|||||||
Reference in New Issue
Block a user