[jOOQ/jOOQ#16405] OSS edition fix
This commit is contained in:
parent
d7c0fac926
commit
b10f0e89be
@ -7961,8 +7961,10 @@ final class DefaultParseContext extends AbstractScope implements ParseContext {
|
||||
private final List<Field<?>> parseFieldsOrEmptyOptionallyParenthesised(boolean allowUnparenthesisedLists) {
|
||||
if (peek('('))
|
||||
return parseFieldsOrEmptyParenthesised();
|
||||
else if (peekEndOfStatement())
|
||||
return emptyList();
|
||||
|
||||
|
||||
|
||||
|
||||
else if (allowUnparenthesisedLists)
|
||||
return parseList(',', c -> c.parseField());
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user