neo4j-labs / neo4rs

Neo4j driver for rust

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conversion for `f64` into `BoltType` missing?

cdbfoster opened this issue · comments

Is there a reason for this? I see the conversion for the other direction: BoltType -> f64, but as it is, I can't use an f64 as a parameter to a query.

This has been added a short while ago and should be available now.