New Release of MySQL Migration Toolkit
MySQL Migration Toolkit v6.5 has been released
with the following enhancements.
Access-to-MySQL converter
- support for attachment type and column description
DBF-to-MySQL converter
- improved support of FoxBase database format
- options to specify MySQL table type and charset
MSSQL-to-MySQL converter
- options to specify MySQL table type and charset
- support for XML type and user-defined logfile in MSSQL-to-MySQL converter
PostgreSQL-to-MySQL converter
- option to connect to non-default PostgreSQL database
- options to specify MySQL table type and charset
- verified support for Heroku
- filter data via SELECT-queries
- improved conversion of TIME type
- improved conversion of numeric types w/o precision
- improved support of smallserial, serial and bigserial types
MySQL-to-MSSQL converter
- improved conversion of veiws for 'export into t-sql script' scenario
- support for curdate, curtime and date_format in views
- reorder option for views to control order of conversion
- use VARCHAR(MAX) and VARBINARY(MAX) instead of depricated TEXT and IMAGE
MySQL-to-PostgreSQL converter
- option to connect to non-default PostgreSQL database
- option to export MySQL database into PostgreSQL script file
- verified support for Heroku
- types customization: change type and name of any columns as well as exclude from conversion
- option to make database objects names case sensitive
- convert MySQL views in PostgreSQL format
- fix: improved pure time support
- fix: processing '0000-00-00' default values for date columns
MySQL-to-Excel converter