Deleting records w/ sqlite-core.
Hello all, hoping to find some clarity/direction. So I'm trying to delete a record using;
Which leads to record values being set to
null
as opposed to the record being deleted.
Any pointers?1 Reply
Fixed it by using the correct join 😅