`update().select().limit(1).single()` behavior not consistent
Hi we have two supabase projects. One's on postgres v15.1.1.73, the other is on v17.4.1.069.
on the v17, this works, on v15 it doesn't
to get it to work on v15, we had to remove the limit(1)
Is this a postgrest version issue?
on the v17, this works, on v15 it doesn't
to get it to work on v15, we had to remove the limit(1)
Is this a postgrest version issue?