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: null filtering on embed when column=relation #2880

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

steve-chavez
Copy link
Member

@steve-chavez steve-chavez commented Jul 28, 2023

Fixes #2862

Basically makes the implementation for https://postgrest.org/en/stable/references/api/resource_embedding.html#null-filtering-on-embedded-resources less strict.

Before it used to enforce only null filters where applied, which caused the errors in #2862. Now it removes he null filter restriction.

@steve-chavez steve-chavez merged commit 2d00d7d into PostgREST:main Jul 28, 2023
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

v11.0.0 bug/breaking change: null filtering on embedded resource and disambiguation
2 participants