Skip to content
Snippets Groups Projects
Commit 826dc14d authored by Michael Meskes's avatar Michael Meskes
Browse files

Synced gram.y and preproc.y.

parent 87117f5d
No related branches found
No related tags found
No related merge requests found
......@@ -1051,5 +1051,9 @@ Thu Jan 25 21:14:38 CET 2001
Wed Jan 31 17:11:04 CET 2001
- Added two bug fixes by Christof Petig.
Mon Feb 19 08:25:14 CET 2001
- Synced gram.y and preproc.y.
- Set ecpg version to 2.8.0.
- Set library version to 3.2.0.
......@@ -3479,6 +3479,7 @@ extract_list: extract_arg FROM a_expr
;
extract_arg: datetime { $$ = $1; }
| IDENT { $$ = $1; }
| TIMEZONE_HOUR { $$ = make_str("timezone_hour"); }
| TIMEZONE_MINUTE { $$ = make_str("timezone_minute"); }
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment