Gilles Darold

Results 346 comments of Gilles Darold

Closing as it won't be solved at least by me, if someone want to look at this the issue should be reopened.

I see, I can add a global column name replacement for this case instead of per table setting.

I don't use it myself for the moment but the day I will have the problem I will work on it for sure.

There is a PR #755 that allow interactive password use, does this can be a temporary solution for you?

yes, ora2pg count the functions present in all PostgreSQL schema, so the count can be different if you have other schemas with functions.

An improvement could be to add a directive to restrict the PG schemas for the test. Previous version used to limit the count to PG_SCHEMA value but it gives false...

Thanks for the pointer on the documentation I need to fix to correspond to the current behavior.

The current behavior is the following and commit 88e3969 fixes the documentation: ``` Note that this feature respect the schema set in the SCHEMA directive to scan the Oracle database...

Commit 30d2a4a fixes this issue. Behavior is: ``` Note that this feature respect the schema name limitation if EXPORT_SCHEMA and SCHEMA or PG_SCHEMA are defined. If only EXPORT_SCHEMA is set...