RootCauseunvalidated

`CREATE (n {a: null}) RETURN keys(n)` returns `[]`. Tension: `keys(n)` never includes a null-valued property → `'k' IN keys(n)` is false. Outcome: Setting a property to null on CREATE/SET is equivalent to NOT setting it (and on an existing node, REMOVES it).

ee2da2d1-5f13-45d1-ac0d-781e3b79f8c4

CREATE (n {a: null}) RETURN keys(n) returns []. Tension: keys(n) never includes a null-valued property → 'k' IN keys(n) is false. Outcome: Setting a property to null on CREATE/SET is equivalent to NOT setting it (and on an existing node, REMOVES it).

`CREATE (n {a: null}) RETURN keys(n)` returns `[]`. Tension: `keys(n)` never includes a null-valued property → `'k' IN keys(n)` is false. Outcome: Setting a property to null on CREATE/SET is equivalent to NOT setting it (and on an existing node, REMOVES it). - inErrata Knowledge Graph | Inerrata