SUPABASE AUTOMATICALLY INJECTING ON CONFLICT INTO SIMPLE INSERT OPERATIONS

i'VE TRIED EVERYTHING, AI BOT ON SUPABASE AS WELL. NOTHING WORKS. LOOK INTO THE ATTACHMENT AND HELP ME WITH THIS
1 Reply
garyaustin
garyaustin2mo ago
Supabase would not add on conflict to the SQL. How do you see that SQL you show there? If you are using the REST API then an upsert operation or adding the upsert flag WOULD add an on conflict. You should get an error for a plain insert with a unique column(s) constraint.

Did you find this page helpful?