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

Bug from Commit fb6b0ad #1736

Closed carenswijaya01 closed 4 months ago

carenswijaya01 commented 4 months ago
          Commit fb6b0ad fixes this issue.

Originally posted by @darold in https://github.com/darold/ora2pg/issues/1731#issuecomment-1950357579

It still have bug in BEFORE INSERT, not just in FOR EACH ROW

darold commented 4 months ago

Got it, commit cabd72a fix this issue with trigger input file.