In the ERM converting a sybase ase table with a datatype of char (255) is been converted into a long varchar. Sybase IQ supports char datatype up to length of 255 and this is what the conversion should end up been.
Sybase IQ was using a char max limit of 254. This was a bug and has now been converted to 255.
Verified in ADS v17.0.11-10. Sybase ASE > Sybase IQ conversion now correctly converts to char(255)
Verified in ADS v17.0.11-10. Sybase ASE > Sybase IQ conversion now correctly converts to char(255)
Issue #15009 |
| Closed |
| Fixed |
| Resolved |
Completion |
| No due date |
| Fixed Build v17.0.11-10, v18.0.0-preview-61 |
| No time estimate |
Sybase IQ was using a char max limit of 254. This was a bug and has now been converted to 255.