Rindle docs and package mapSkip to main content

cas_cell_matches

Function cas_cell_matches 

pub fn cas_cell_matches(incoming: &OwnedValue, stored: &OwnedValue) -> bool
Expand 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).