[jOOQ/jOOQ#9856] Parser cannot handle double quotes in string literals

This commit is contained in:
Lukas Eder 2020-02-21 10:15:42 +01:00
parent 40133a09af
commit 8fafdb2286

View File

@ -10070,8 +10070,6 @@ final class ParserImpl implements Parser {
case '\'': {
if (ctx.character(i + 1) != delimiter) {
ctx.position(i + 1);