Mohnish Chakravarti
Mohnish Chakravarti
Apologies if I'm doing something wrong - this is my first open source contribution. I'm running two tests to help pass checks for PR/234. This is the PR in question:...
Hello, I am trying to query a table by adding multiple filters in the following manner: `supabase_client.table("table").select("*").eq('col1', value1).lte('col2', value2).lte('col3', value3).execute()['data']` I do not get any data returned despite there being...
**Describe the bug** Despite setting a `timeout` parameter in clientOptions, the query still times out in 5 seconds **To Reproduce** ``` from supabase import create_client, Client from supabase.lib.client_options import ClientOptions...