Open
Description
Description
Browser interprets NULL
as a string when setting parameters, but Cypher handles NULL
as null
Reproduce Steps
Run
:params {
foo: NULL
}
foo
is now set to the string "NULL"
Expected Behavior
NULL
and null
are equivalent
Your Environment
Neo4j Browser version: 5.9.0
Metadata
Metadata
Assignees
Labels
No labels