-
-
Couldn't load subscription status.
- Fork 10.3k
Fix query builder wrap table schema name in double quotes #39067
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 query builder wrap table schema name in double quotes #39067
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
6 Skipped Deployments
|
|
Studio E2E Results
Artifacts: https://github.com/supabase/supabase/actions/runs/18091689220 Last updated: Monday 29, September, 2025 09:20:00 (UTC) |
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested in preview
Context
Edge case - but the Table Editor will error out when fetching rows for tables with names that are reserved keywords (e.g
system_user) Fix is to wrap the table names in double quotes in the query from the query builder.To test