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
991 stars 342 forks source link

Fix for issue #1602 #1603

Closed daviesluke closed 1 year ago

daviesluke commented 1 year ago

Issue 1 - allow COPY and TABLE type to use the NULLIF construct - PLSQL.pm Issue 2 - Add the code to prevent quoting when having an object type ending with a space and a DESC or ASC clause - Ora2Pg.pm

darold commented 1 year ago

I can not merge this PR like this because 2 is not the right fix but I have pushed two commits 49fefe1 and 90ee990 separately. Thanks!