Wolfgang-Schuetzelhofer / jcypher

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

fixing class cast to support OPTIONAL_MATCH and path #26

Closed mpetris closed 8 years ago

mpetris commented 8 years ago

Hi Wolfgang,

this is what I did to fix the ClassCastException. Togehter with the new ResultSettings flag I'm now able to use OPTIONAL_MATCH and path.

Best,

Marco

Wolfgang-Schuetzelhofer commented 8 years ago

Your pull request has been merged, thanks for your contribution.

Best regards, Wolfgang