[jOOQ/jOOQ#9856] Parser cannot handle double quotes in string literals
This commit is contained in:
parent
40133a09af
commit
8fafdb2286
@ -10070,8 +10070,6 @@ final class ParserImpl implements Parser {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
case '\'': {
|
||||
if (ctx.character(i + 1) != delimiter) {
|
||||
ctx.position(i + 1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user