Skip to content

Commit e18c912

Browse files
author
Michael Meskes
committed
*** empty log message ***
1 parent ef26ad2 commit e18c912

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
| SETOF Array
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy