[jOOQ/jOOQ#8230] Support parsing RAISE

This commit is contained in:
Lukas Eder 2021-01-27 16:12:55 +01:00
parent 939e20bf44
commit a845bbcf17

View File

@ -3103,6 +3103,11 @@ final class ParserContext {
;
else if (peekKeyword("RAISE") && requireProEdition())
;
break;
@ -3445,6 +3450,34 @@ final class ParserContext {