mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
tolerate 'local' keyword in date and time literals
no reason to choke on this, doesn't seem to be ambiguous
This commit is contained in:
parent
4a87bc4bb8
commit
6a238adc6c
@ -902,7 +902,7 @@ offsetDateTimeLiteral
|
||||
*/
|
||||
dateLiteral
|
||||
: LEFT_BRACE date RIGHT_BRACE
|
||||
| DATE date
|
||||
| LOCAL? DATE date
|
||||
;
|
||||
|
||||
/**
|
||||
@ -910,7 +910,7 @@ dateLiteral
|
||||
*/
|
||||
timeLiteral
|
||||
: LEFT_BRACE time RIGHT_BRACE
|
||||
| TIME time
|
||||
| LOCAL? TIME time
|
||||
;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user