jordan801
09/07/2021, 2:23 AMsupabase.from('some_table').update({some_column: 10}).match({'id': 1});
My result is:
{
error: [],
data: null,
count: null,
status: 404,
statusText: 'Not Found',
body: null
}
Not sure if this is intentional and should be handled in some particular manner, or not.soedirgo
09/07/2021, 2:44 AMsoedirgo
09/07/2021, 2:44 AMerror
should never be an arrayjordan801
09/07/2021, 2:45 AMjordan801
09/07/2021, 2:47 AMsoedirgo
09/07/2021, 2:49 AMjordan801
09/07/2021, 2:51 AMjordan801
09/07/2021, 2:52 AM