cypher-for-gremlin icon indicating copy to clipboard operation
cypher-for-gremlin copied to clipboard

Add support for datetime functions during translation

Open jaapa-fens opened this issue 3 years ago • 1 comments

When I am writing the following query: match (r:Resource) where r.dt >= datetime('2022-07-04T06:39:33Z') return count(r) as before_count and trying to translate it to gremlin, it shows an error as shown in the image:- image

Please, add support to translate the cypher queries with date functions to the corresponding gremlin queries.

jaapa-fens avatar Jul 06 '22 13:07 jaapa-fens

Any chance this project can get some help? I'm stuck on the same problem.

lvca avatar Jul 06 '22 21:07 lvca