Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87117f5 commit 826dc14Copy full SHA for 826dc14
src/interfaces/ecpg/ChangeLog
@@ -1051,5 +1051,9 @@ Thu Jan 25 21:14:38 CET 2001
1051
Wed Jan 31 17:11:04 CET 2001
1052
1053
- Added two bug fixes by Christof Petig.
1054
+
1055
+Mon Feb 19 08:25:14 CET 2001
1056
1057
+ - Synced gram.y and preproc.y.
1058
- Set ecpg version to 2.8.0.
1059
- Set library version to 3.2.0.
src/interfaces/ecpg/preproc/preproc.y
@@ -3479,6 +3479,7 @@ extract_list: extract_arg FROM a_expr
3479
;
3480
3481
extract_arg: datetime { $$ = $1; }
3482
+ | IDENT { $$ = $1; }
3483
| TIMEZONE_HOUR { $$ = make_str("timezone_hour"); }
3484
| TIMEZONE_MINUTE { $$ = make_str("timezone_minute"); }
3485
0 commit comments