[#5587] Oracle's quoted string literals aren't parsed correctly
This commit is contained in:
parent
05fc6f414f
commit
ebb1e826cb
@ -1621,6 +1621,51 @@ final class Tools {
|
||||
render.sql(sqlChars[i]);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// [#3297] Skip ? inside of quoted identifiers, e.g.
|
||||
// update x set v = "Column Name with a ? (question mark)"
|
||||
else if (peekAny(sqlChars, i, quotes[QUOTE_START_DELIMITER])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user