is it a problem if some queries using the supabase client you used '' and some you used ""
k
ktosiek
01/02/2022, 9:51 AM
It shouldn't be a problem - string is a string, the client will serialise your query into a PostgREST call anyway. But you can paste an example where you think "" vs '' might make a difference.