ADS build 7.9.13
Data Type conversion from MySQL 6 to IBM iSeries all versions
Blob gets converted to Blob(0)
mediumtext gets converted to varchar(0)
longtext gets converted to CLOB(0)
text gets converted to varchar(0)
tinytext gets converted to varchar(0)
enum and set gets converted to varchar(0)
This will create error while trying to script and create tables in IBM DB2 iSeries
fixed.
the only comment is about BLOB - depending on the original length, it will be converted to either a BLOB or VARBINARY
in ADS build 7.9.15
Only BLOB and ENUM is fixed.
mediumtext gets converted to varchar(0)
longtext gets converted to CLOB(0)
text gets converted to varchar(0)
tinytext gets converted to varchar(0)
set gets converted to varchar(0)
in ADS build 7.9.15
Only BLOB and ENUM is fixed.
mediumtext gets converted to varchar(0)
longtext gets converted to CLOB(0)
text gets converted to varchar(0)
tinytext gets converted to varchar(0)
set gets converted to varchar(0)
Issue #2642 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
fixed.
the only comment is about BLOB - depending on the original length, it will be converted to either a BLOB or VARBINARY