neo4j-labs / neo4rs

Rust driver for Neo4j

Home Page:https://docs.rs/neo4rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Null values are not supported

panicbit opened this issue · comments

Trying to get a null value from a row results in the following error:

Error: UnexpectedMessage("unexpected response for PULL: Err(UnknownType("b\"\\xc0\""))")

In addition to this, you also cannot use Option types as parameters in queries.