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

Commite18c912

Browse files
author
Michael Meskes
committed
*** empty log message ***
1 parentef26ad2 commite18c912

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

‎src/interfaces/ecpg/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,11 @@ Sat Apr 24 12:39:07 CEST 1999
569569
- Synced preproc.y with gram.y.
570570
- Allow more than one blank between EXEC and SQL.
571571
- Allow statements to be prepared from a character string, too.
572+
573+
Fri Mai 7 07:11:38 CEST 1999
574+
575+
- Synced preproc.y with gram.y.
576+
- Fixed small bug in parser.
572577
- Set library version to 3.0.0
573578
- Set ecpg version to 2.6.0
574579

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3241,16 +3241,16 @@ Typename: Array opt_array_bounds
32413241
{
32423242
$$ = cat2_str($1,$2.str);
32433243
}
3244-
|Character{$$ =$1; }
32453244
|SETOFArray
32463245
{
32473246
$$ = cat2_str(make1_str("setof"),$2);
32483247
}
32493248
;
32503249

3251-
Array:Generic
3250+
Array:Generic{$$ =$1; }
32523251
|Datetime{$$ =$1; }
32533252
|Numeric{$$ =$1; }
3253+
|Character{$$ =$1; }
32543254
;
32553255

32563256
Generic:generic

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp