Skip to content

Setting parameters in the browser coerces NULL to string #1934

Open
@thordal-indykite

Description

@thordal-indykite

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions