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

Fix regular expression for function-based indexes in validation #1789

Closed ewoerner closed 4 weeks ago

ewoerner commented 4 weeks ago

The regular expression to exclude function-based indexes did not cover the case that the function-based index consists of just a single column.

darold commented 4 weeks ago

Thanks!