birch-wood / tanK

A Kotlin DSL wrapper for Cypher
Apache License 2.0
0 stars 0 forks source link

Add return and where clause #29

Closed martinemdal closed 4 years ago

martinemdal commented 4 years ago

Added a missing return clause rather than allowing for it to be implicit in any query context. Also added a naive where clause with a greater than function. Closes #9

martinemdal commented 4 years ago

Also removed the aliases map from Clauses as it is not currently being used for anything.

kollstrom commented 4 years ago

@martinemdal Should we try to get this merged soon?