Neo4j-PHP-OGM icon indicating copy to clipboard operation
Neo4j-PHP-OGM copied to clipboard

new method getQuery() and new method orWhere()

Open RedactedProfile opened this issue 9 years ago • 2 comments

Cypher at the moment

had a need to use an Or Where clause, figured I'd push back in

RedactedProfile avatar Sep 30 '15 00:09 RedactedProfile

The Travis stuff is complaining about a mismatched exception type based on serialization with the testUnserializedNoLongerLoads() test. Its trying to assert for HireVoice\Neo4j\Exception but it's getting back a Everyman\Neo4j\Exception instead.

I don't think my little modifications are causing this problem but please let me know if it is

RedactedProfile avatar Sep 30 '15 00:09 RedactedProfile

I would expect to see new test cases covering the functionality.

Also, if you could look into the broken build, it would be appreciated. I don't have a complete set-up at this time and won't have time to look into it for a while.

lphuberdeau avatar Oct 01 '15 11:10 lphuberdeau