[jOOQ/jOOQ#11356] Parse old Firebird EXECUTE PROCEDURE syntax

This commit is contained in:
Lukas Eder 2021-02-05 09:49:50 +01:00
parent 4bd5fb45e2
commit 9330c97236
2 changed files with 32 additions and 0 deletions

View File

@ -3605,6 +3605,13 @@ final class ParserContext {

View File

@ -148,6 +148,31 @@ package org.jooq.impl;