[jOOQ/jOOQ#8230] Support parsing RAISE
This commit is contained in:
parent
939e20bf44
commit
a845bbcf17
@ -3103,6 +3103,11 @@ final class ParserContext {
|
||||
|
||||
|
||||
|
||||
;
|
||||
else if (peekKeyword("RAISE") && requireProEdition())
|
||||
|
||||
|
||||
|
||||
;
|
||||
|
||||
break;
|
||||
@ -3445,6 +3450,34 @@ final class ParserContext {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user