- Fixed typo in preproc.y.
- Synced pgc.l with scan.l.
+
+Wed Jun 16 20:21:42 CEST 1999
+
+ - Fixed another typo in preproc.y.
- Set library version to 3.0.0
- Set ecpg version to 2.6.0
support for dynamic SQL with unknown number of variables with DESCRIPTORS
+Allow INTO clause in cursor definition instead of FETCH clause. (Informix
+does this, Oracle not. But does it work with standard syntax? Or is it even
+standard?)
+
The line numbering is not exact.
Missing statements:
}
| select_clause UNION opt_union select_clause
{
- $$ = cat3_str($1, make1_str("union"), $3);
+ $$ = cat4_str($1, make1_str("union"), $3, $4);
ForUpdateNotAllowed = 1;
}
| select_clause INTERSECT opt_union select_clause