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
978 stars 341 forks source link

Invalid timestamp format conversion #1698

Closed tbw777 closed 4 months ago

tbw777 commented 9 months ago

TIMESTAMP(3) type converted to TIMESTAMP on default DATA TYPES section in config instead direct TIMESTAMP(3)

darold commented 8 months ago

Which RDBMS are you using ? Oracle, MSSQL or MySQL?

tbw777 commented 8 months ago

Oracle

darold commented 4 months ago

Commit c589700 fixes this issue.