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

feat: query parser: handle empty embedded resources () #499

Merged

Conversation

bnjmnt4n
Copy link
Contributor

@bnjmnt4n bnjmnt4n commented Nov 5, 2023

What kind of change does this PR introduce?

Feature.

What is the current behavior?

Empty embedded resources, which were added in PostgREST v11, are not supported by the select query parser.

What is the new behavior?

Support is added for empty embedded resources.

Additional context

This PR is stacked on top of #497.

Closes #445.

@bnjmnt4n bnjmnt4n changed the title Query parser/empty embedded resources feat: query parser: handle empty embedded resources () Nov 5, 2023
@bnjmnt4n bnjmnt4n force-pushed the query-parser/empty-embedded-resources branch from 4e549c3 to 959e749 Compare February 8, 2024 12:40
@bnjmnt4n bnjmnt4n force-pushed the query-parser/empty-embedded-resources branch from 959e749 to 26b6ddb Compare February 23, 2024 21:47
@steve-chavez
Copy link
Member

@bnjmnt4n Could you rebase here as well? 🙏 Then I'll merge.

@bnjmnt4n bnjmnt4n force-pushed the query-parser/empty-embedded-resources branch from 26b6ddb to ad00561 Compare February 29, 2024 19:09
@steve-chavez steve-chavez merged commit 14910bf into supabase:master Feb 29, 2024
1 check passed
Copy link

🎉 This PR is included in version 1.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@bnjmnt4n bnjmnt4n deleted the query-parser/empty-embedded-resources branch March 5, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ParserError: Expected identifier at ) when using relation with no columns selected
2 participants