Wolfgang-Schuetzelhofer / jcypher

Java access to Neo4J graph databases at multiple levels of abstraction
Apache License 2.0
86 stars 15 forks source link

Update neo4j driver so it supports DateTime #56

Open DonCziken opened 5 years ago

DonCziken commented 5 years ago

The current version (1.4.4) of the neo4j-java-driver does not support Temporal instant types. Is it possible to update it to latest which does that? i.e. 1.7.5.

I had done that locall, and all of the unit tests are passing fine, however obviously I hadn't reworked code responsbile for handling java.util.Date, but only tested storing ZoneDateTime (which is the type for that).

Wolfgang-Schuetzelhofer commented 5 years ago

I will have a look at it.

Best regards, Wolfgang