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: allow sql language functions #25986

Merged
merged 1 commit into from May 10, 2024
Merged

Conversation

alaister
Copy link
Member

What kind of change does this PR introduce?

Bug fix

What is the current behaviour?

SQL is not a valid choice for functions.

What is the new behaviour?

SQL is back. Also previously if the user has enabled the plpgsql_check extension this would be selectable as a language choice, even though it is not a valid language. This is resolved now too.

Additional context

Resolves #23221

@alaister alaister requested a review from a team as a code owner May 10, 2024 08:19
Copy link

vercel bot commented May 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
database-new 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 10, 2024 8:25am
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 10, 2024 8:25am
studio-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 10, 2024 8:25am
zone-www-dot-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 10, 2024 8:25am
2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
studio ⬜️ Ignored (Inspect) May 10, 2024 8:25am
studio-self-hosted ⬜️ Ignored (Inspect) May 10, 2024 8:25am

Copy link

supabase bot commented May 10, 2024

No changes detected in supabase directory.
This pull request has been ignored for the connected project xguihxuzqibwxjnimxev due to its connection settings.
Go to Project Integrations Settings ↗︎ in order to change this behavior.


Branching Preview Branches by Supabase.
Learn more about Supabase for Git ↗︎.

@saltcod saltcod merged commit 155570b into master May 10, 2024
15 checks passed
@saltcod saltcod deleted the fix/sql-language-functions branch May 10, 2024 12:18
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.

there is no sql language option when you want to create a new function
2 participants