File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1120,5 +1120,10 @@ Fri Okt 5 08:37:01 CEST 2001
1120
1120
Fri Okt 5 19:33:46 CEST 2001
1121
1121
1122
1122
- Make sure every call to ECPGraise is logged.
1123
+
1124
+ Mon Okt 8 10:10:23 CEST 2001
1125
+
1126
+ - Fix include file so library is binary compatible again.
1127
+
1123
1128
- Set ecpg version to 2.9.0.
1124
1129
- Set library version to 3.3.0.
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ extern "C"
68
68
ECPGd_ret_octet ,
69
69
ECPGd_scale ,
70
70
ECPGd_type ,
71
- ECPGd_cardinality ,
72
- ECPGd_EODT /* End of descriptor types. */
71
+ ECPGd_EODT , /* End of descriptor types. */
72
+ ECPGd_cardinality
73
73
};
74
74
75
75
#define IS_SIMPLE_TYPE (type ) (((type) >= ECPGt_char && (type) <= ECPGt_varchar2) || ((type)>=ECPGt_long_long && (type) <= ECPGt_unsigned_long_long))
You can’t perform that action at this time.
0 commit comments