1
Function recognition in input fields
Source: supabase/supabase#2526 · opened by @malliaridis
Problem / Idea Description When trying to insert to a UUID field (with no default value) the value uuid_generate_v4() it disables the field and prevents further modifications. Disabling the field may be a behavior expected from auto-generated columns with default values but not for other fields. I run into the problem when I inserted to the generated profiles table (from template "User Management Starter") the value uuid_generate_v4() into the id column (of type UUID). It disabled the field with the hint message "This value will be generated". When I then tried to save the row the constraint failed and I had to restart the process because I could not remove the value inserted. This is not exactly a problem, but prevents the user from "undoing" a mistake if an auto-generated UUID is actually a referenced UUID. The penalty is to restart the process and re-insert all the field values. Expected Behavior One expected behavior could be not disabl…
No pledges yet. Be the first to back this.
Comments
Similar requests
Add option to `supabase functions deploy` to delete non-local functions
2 votes · 0 comments
TextArea (multi-line text input) for descriptions
1 vote · 0 comments
Make the process of confirming the deletion of an organization quicker
2 votes · 0 comments
Feature Request: Add Descriptions for Edge Functions
2 votes · 0 comments
Edge functions not showing in local Supabase Studio
15 votes · 0 comments
No comments yet.