-
Notifications
You must be signed in to change notification settings - Fork 147
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
Native Neo4j DateTime support #291
Comments
Agreed - I don't have a timeframe on this - given workloads etc, I'm not even sure I want to hazard a guess. There are some issues around the |
Is this issue really still open, or does Neo4jClient support the Neo4j native DATE_TIME now? (aside from the use of the Neo4jDateTime attribute.) I described the problem I'm having here here: |
Yup, it's still open. |
Hi @cskardon I had a quick look - seems to work if you just do this in Neo4jDriverExtensions.cs:
Needs a bunch of tests to be sure it works 100% of the time though. Took me a while to figure out this only works with the Bolt client and not the HTTP client! |
Well, yes, but that would break everyone else's code. What it can't do is change how datetimes are handled by default, as that's a very large change that would break a lot of things. By all means, PR just the bolt one and I'll look at retrofitting it into the REST version! |
Hehehe, it would indeed! I didn't just submit a PR a) because of this and b) as you say, it needs to be properly configurable. TBH I thought you'd be best at deciding how you wanted it done, given there are probably several options... |
There is a new DateTime type in neo4j: https://neo4j.com/docs/developer-manual/current/cypher/syntax/temporal/. It would be really great for Neo4jClient to support it.
The text was updated successfully, but these errors were encountered: