Opened PR #45503: https://github.com/supabase/supabase/pull/45503
This fixes a couple of false-success paths in Studio’s table editor.
Before this:
With this PR, FK errors are surfaced properly, partial failures are reported correctly, and CSV imports only succeed once the database operation actually finishes. Added tests for both cases too.
Would appreciate a review when you get a chance.
The user has submitted a pull request to fix bugs in the Supabase Studio table editor. These bugs caused false-success messages when foreign key constraints failed or during CSV imports. The PR ensures errors are properly reported and includes tests for these cases.
This is a user helping user platform and not regularly monitored by the Supabase staff.