[jOOQ/jOOQ#13748] Support parsing the PostgreSQL DATE_PART function
This commit is contained in:
parent
dbf4101b60
commit
7d2ff11fbc
@ -10288,7 +10288,7 @@ final class DefaultParseContext extends AbstractScope implements ParseContext {
|
||||
}
|
||||
|
||||
private final Field<?> parseFieldDatePartIf() {
|
||||
if (parseFunctionNameIf("DATEPART")) {
|
||||
if (parseFunctionNameIf("DATEPART", "DATE_PART")) {
|
||||
parse('(');
|
||||
DatePart part = parseDatePart();
|
||||
parse(',');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user