Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for datetime functions during translation #365

Open
jaapa-fens opened this issue Jul 6, 2022 · 1 comment
Open

Add support for datetime functions during translation #365

jaapa-fens opened this issue Jul 6, 2022 · 1 comment

Comments

@jaapa-fens
Copy link

jaapa-fens commented Jul 6, 2022

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.

@lvca
Copy link

lvca commented Jul 6, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants