Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit826dc14

Browse files
author
Michael Meskes
committed
Synced gram.y and preproc.y.
1 parent87117f5 commit826dc14

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

‎src/interfaces/ecpg/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,5 +1051,9 @@ Thu Jan 25 21:14:38 CET 2001
10511051
Wed Jan 31 17:11:04 CET 2001
10521052

10531053
- 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.
10541058
- Set ecpg version to 2.8.0.
10551059
- Set library version to 3.2.0.

‎src/interfaces/ecpg/preproc/preproc.y

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3479,6 +3479,7 @@ extract_list: extract_arg FROM a_expr
34793479
;
34803480

34813481
extract_arg:datetime{$$ =$1; }
3482+
|IDENT{$$ =$1; }
34823483
|TIMEZONE_HOUR {$$ = make_str("timezone_hour"); }
34833484
|TIMEZONE_MINUTE {$$ = make_str("timezone_minute"); }
34843485
;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp