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: handling of type identifier in column create() and update() #181

Merged
merged 1 commit into from
Feb 8, 2022

Conversation

DukeManh
Copy link
Contributor

@DukeManh DukeManh commented Feb 8, 2022

What kind of change does this PR introduce?

Fix issue 5330 of Supabase Upstream.

What is the current behavior?

Updating column data type from type to type[] fails because of insufficient identifier escaping in colum create and update function.

Additional context

This is actually a TO-DO so it's safe to delete the Todo comment now :).

@DukeManh
Copy link
Contributor Author

DukeManh commented Feb 8, 2022

Can you please review, @kiwicopple, @soedirgo , @w3b6x9

@soedirgo
Copy link
Member

soedirgo commented Feb 8, 2022

This is great, thanks @DukeManh!

@soedirgo soedirgo merged commit 12eed99 into supabase:master Feb 8, 2022
@github-actions
Copy link

github-actions bot commented Feb 8, 2022

🎉 This PR is included in version 0.33.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

Change column from text to text[] array not work
2 participants