Closed
Description
Bug report
Found by upgrading supabase-js from 2.43.5 to 2.43.6.
Return type generation is generally broken in this release, it's widespread but not on everything. Instead of well typed data returns I'm now getting type any
on many of my supabase postgrest calls.
I haven't managed to find what the differing factor of why it works in some cases but not others yet but on first look it appears to work on some tables on not others rather than it being related to any particular function like .eq() or .filter() etc.
Rolling back to supabase-js 2.43.5 has fixed the issue for now.