You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently moved to using the Bolt Routing Driver for our tests(org.neo4j.jdbc.boltrouting.BoltRoutingNeo4jDriver). After this we are facing an issue when the datatype is Boolean. It’s always returned as “null”.
We are using “neo4j-jdbc-driver-3.4.0.jar” to insert and retrieve data from Neo4j. Earlier we were using “neo4j-jdbc-2.1.4.jar” and "org.neo4j.jdbc.Driver" and we were able to get data for Boolean fields as well. I am able to get long, integers and string data from both Drivers.
The text was updated successfully, but these errors were encountered:
Hi All,
We recently moved to using the Bolt Routing Driver for our tests(org.neo4j.jdbc.boltrouting.BoltRoutingNeo4jDriver). After this we are facing an issue when the datatype is Boolean. It’s always returned as “null”.
We are using “neo4j-jdbc-driver-3.4.0.jar” to insert and retrieve data from Neo4j. Earlier we were using “neo4j-jdbc-2.1.4.jar” and "org.neo4j.jdbc.Driver" and we were able to get data for Boolean fields as well. I am able to get long, integers and string data from both Drivers.
The text was updated successfully, but these errors were encountered: