Closed tuddman closed 3 years ago
please include org.neo4j.driver.internal.value.FloatValue into compability.clj as a handled type in neo4j->clj with a (.asDouble v) otherwise it throws a LossyCoercion Error
org.neo4j.driver.internal.value.FloatValue
compability.clj
neo4j->clj
(.asDouble v)
also, the ns with s/compability/compatibility
s/compability/compatibility
Sure. Thx!
Pushed 4.1.2 to Clojars, see https://clojars.org/gorillalabs/neo4j-clj
please include
org.neo4j.driver.internal.value.FloatValue
intocompability.clj
as a handled type inneo4j->clj
with a(.asDouble v)
otherwise it throws a LossyCoercion Erroralso, the ns with
s/compability/compatibility