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

PostgresDbAdapter - ERROR: operator does not exist: information_schema.sql_identifier + unknown #104

Closed
gabrielheming opened this issue Nov 8, 2022 · 0 comments

Comments

@gabrielheming
Copy link

There is an error when using schema on tables on the properties TablesToInclude or TablesToIgnore

This is the output error:

ERROR: operator does not exist: information_schema.sql_identifier + unknown
LINE 5: AND TABLE_SCHEMA + '.' + TABLE_NAME IN ('public.Colors')...

Basically, the string concatenation should be two pipes (||).

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

No branches or pull requests

1 participant