neo4j-labs / neo4rs

Neo4j driver for rust

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bool value in param not allowed

0xDjole opened this issue · comments

commented

execute(query(&query_string).param("a", true))

This doesnt work because

the trait From<bool> is not implemented for neo4rs::types::BoltType

Can this be added or is there a reason its not allowed?

Done in #67