Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cypher: Rewrite NULL checks in CASE statements
Neo4j v5.1 comes with the following deprecation notice: > Using null as an expression to be compared against in a CASE expression is deprecated and from 5.0 will no longer match on anything. Try using a generic CASE with `IS NULL` instead. For example 'CASE WHEN n.prop IS NULL THEN true ELSE false END'.
- Loading branch information