You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! We do support properly inferred parameter values when the => syntax is used. You can set get a null parameter like so :param foo => null. We're aware it's confusing that the different syntaxes work differently under the hood and have fixed it in Neo4j Workspace, but it's not made its way back to Neo4j Browser yet
Description
Browser interprets
NULL
as a string when setting parameters, but Cypher handlesNULL
asnull
Reproduce Steps
Run
foo
is now set to the string"NULL"
Expected Behavior
NULL
andnull
are equivalentYour Environment
Neo4j Browser version: 5.9.0
The text was updated successfully, but these errors were encountered: