File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1635,6 +1635,10 @@ Tue Sep 16 07:56:14 CEST 2003
16351635Thu Sep 18 14:54:47 CEST 2003
16361636
16371637 - Added Informix handling of datatype converion errors.
1638+
1639+ Fri Sep 19 08:33:39 CEST 2003
1640+
1641+ - Some code cleanup
16381642 - Set ecpg version to 3.0.0
16391643 - Set ecpg library to 4.0.0
16401644 - Set pgtypes library to 1.0.0
Original file line number Diff line number Diff line change 1- /* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.256 2003/09/19 14:06:21 meskes Exp $ */
1+ /* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.257 2003/09/19 14:13:16 meskes Exp $ */
22
33/* Copyright comment */
44%{
@@ -4522,7 +4522,7 @@ single_vt_type: common_type
45224522 else if (strcmp($1 , " numeric" ) == 0 )
45234523 {
45244524 $$ .type_enum = ECPGt_numeric;
4525- $$ .type_str = make_str(" Numeric " );
4525+ $$ .type_str = make_str(" numeric " );
45264526 $$ .type_dimension = make_str(" -1" );
45274527 $$ .type_index = make_str(" -1" );
45284528 $$ .type_sizeof = NULL ;
You can’t perform that action at this time.
0 commit comments