jbogard / Respawn

Intelligent database cleaner for integration tests
Apache License 2.0
2.67k stars 134 forks source link

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

Closed gabrielheming closed 1 year ago

gabrielheming commented 1 year ago

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 (||).