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…
Reference in New Issue