[jOOQ/jOOQ#10572] Added parser support for SYSTEM_RANGE
This commit is contained in:
parent
beef039668
commit
8a8327d821
@ -6087,7 +6087,7 @@ final class DefaultParseContext extends AbstractScope implements ParseContext {
|
||||
result = unnest(f);
|
||||
parse(')');
|
||||
}
|
||||
else if (parseFunctionNameIf("GENERATE_SERIES")) {
|
||||
else if (parseFunctionNameIf("GENERATE_SERIES", "SYSTEM_RANGE")) {
|
||||
parse('(');
|
||||
Field from = toField(parseConcat(Type.N));
|
||||
parse(',');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user