I think in crud the serializable in serial name so...
# supabase-kt
u
I think in crud the serializable in serial name sometimes doesn't work
using OBJECT::dataype setTo value but it worrks on set("value"...)'
j
Any full examples which do not work?
u
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) } }