-
-
Notifications
You must be signed in to change notification settings - Fork 291
Open
Labels
Description
We currently don't have a test case if we handle Postgres' materialized views.
If we support this currently is questionable because for example when our query looks at comments, comments on the materialized views (relkind= 'm'
) are not looked at
martin/martin/src/config/file/postgres/resolver/scripts/query_available_tables.sql
Line 116 in 7b148d7
WHERE cls.relkind = 'r' OR cls.relkind = 'v' |
Our test cases are located under /tests/test.sh
and our table sources at /tests/fixtures/tables
nyurik