darold / ora2pg

Ora2Pg is a free tool used to migrate an Oracle database to a PostgreSQL compatible schema. It connects your Oracle database, scan it automatically and extracts its structure or data, it then generates SQL scripts that you can load into PostgreSQL.
http://www.ora2pg.com/
GNU General Public License v3.0
1.02k stars 343 forks source link

The configuration 'MODIFY_STRUCT ' does not work when the source database is MySQL #1586

Closed Code-UV closed 1 year ago

Code-UV commented 1 year ago

The configuration 'MODIFY_STRUCT ' does not work when the source database is MySQL

darold commented 1 year ago

Commit e22e1cd fixes this issue.