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 #1627 #1628

Closed simonpane closed 1 year ago

simonpane commented 1 year ago

Simple one line suggested enhancement to resolve Issue #1627 .

Of course, if desired some keyword other that FINDING could be used. For example, change to something else such as DIFFERENCE or even ERROR DETAILS if preferred. Point isn't the actual word per say, but rather that some unique prefix or keyword is used so these lines can be easily identified from a grep command, etc.

darold commented 1 year ago

Hi Simon, I would prefer DIFF: ... please update your PR accordingly.

simonpane commented 1 year ago

Happy to change it as you like @darold . This PR has been updated to use the keyword/prefix of DIFF: now.

Thanks!

Simon.