Function cas_cell_matches
pub fn cas_cell_matches(incoming: &OwnedValue, stored: &OwnedValue) -> boolExpand description
The CAS cell comparator: [values_identical] (total, null == null, one number
domain), widened over SQLite’s boolean storage — a wire true matches a stored
1 (BOOLEAN columns round-trip through INTEGER affinity).