Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feature request not issue) :: allow wildcards for table_name in REPLACE_COLS #1268

Open
mperdikeas opened this issue Oct 15, 2021 · 1 comment

Comments

@mperdikeas
Copy link
Contributor

I have an Oracle database with hundreds of tables that contain a column named ISNULL (a reserved word in PostgreSQL12 apparently). It would be nice if I could do (in the configuration file):

REPLACE_COLS    *(ISNULL, IS_NULL)

I tried it, but alas, it is not working so I have to resort to sed instead.

@darold
Copy link
Owner

darold commented Oct 15, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants