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

fix: Add correct join clause for postgres enum queries #340

Merged
merged 1 commit into from
Jan 6, 2022

Conversation

zhany
Copy link
Contributor

@zhany zhany commented Jan 6, 2022

Currently, the query is generating tons of irrelevant results since missing the join criteria for pg_class table, thus introducing the issue #339.

This commit adds the correct join criteria between the pg_class table and pg_type table to fix it.

Currently, the query is generating tons of irrelevant results since
missing the join criteria for pg_class table. This commit adds the
correct join criteria between the pg_class table and pg_type table.
@kenshaw kenshaw merged commit e1fd7c6 into xo:master Jan 6, 2022
@zhany zhany deleted the fix/postgres-enum branch January 6, 2022 05:55
@kenshaw
Copy link
Member

kenshaw commented Jan 7, 2022

@zhany Please note I had to revert this. Please see the discussion here

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

Successfully merging this pull request may close these issues.

None yet

2 participants