I think in crud the serializable in serial name sometimes doesn't work
Ume Channel
12/26/2024, 4:23 PM
using OBJECT::dataype setTo value but it worrks on set("value"...)'
j
Jan
01/01/2025, 11:44 AM
Any full examples which do not work?
u
Ume Channel
01/07/2025, 6:08 PM
Thank you for your response very highly appreciated!
My mistakes, its working both. Last time i check it wasn't work.
supabase.from("countries").update(
{
Country::name setTo "Australia"
//or
set("name", "Australia")
}
) {
filter {
Country::id eq 1
//or
eq("id", 1)
}
}