[#5587] Oracle's quoted string literals aren't parsed correctly

This commit is contained in:
lukaseder 2017-03-17 16:47:51 +01:00
parent 05fc6f414f
commit ebb1e826cb

View File

@ -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])) {