File tree 2 files changed +6
-2
lines changed 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
1635
1635
Thu Sep 18 14:54:47 CEST 2003
1636
1636
1637
1637
- Added Informix handling of datatype converion errors.
1638
+
1639
+ Fri Sep 19 08:33:39 CEST 2003
1640
+
1641
+ - Some code cleanup
1638
1642
- Set ecpg version to 3.0.0
1639
1643
- Set ecpg library to 4.0.0
1640
1644
- 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 $ */
2
2
3
3
/* Copyright comment */
4
4
%{
@@ -4522,7 +4522,7 @@ single_vt_type: common_type
4522
4522
else if (strcmp($1 , " numeric" ) == 0 )
4523
4523
{
4524
4524
$$ .type_enum = ECPGt_numeric;
4525
- $$ .type_str = make_str(" Numeric " );
4525
+ $$ .type_str = make_str(" numeric " );
4526
4526
$$ .type_dimension = make_str(" -1" );
4527
4527
$$ .type_index = make_str(" -1" );
4528
4528
$$ .type_sizeof = NULL ;
You can’t perform that action at this time.
0 commit comments