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

Support Neo4j Native datetime Types for Serialization Through Client Setting #449

Merged
merged 5 commits into from
Oct 25, 2022

Conversation

arturosevilla
Copy link
Contributor

@arturosevilla arturosevilla commented Oct 6, 2022

I've noticed that the desire to use native datetime instances is growing specially with issue #332 that, although Neo4jDateTimeAttribute exists it does not support a comparison with a parameter that is not added through .WithParam(). Therefore I took suggestion there to create a "global" (client instance) setting that switches such behavior.

In fact, my PR #275 wished to address this as well (I will continue with this PR as I intend to have a direct serializer instead of still going through creating an intermediate JSON representation).

@cskardon cskardon merged commit c213d0a into DotNet4Neo4j:master Oct 25, 2022
@cskardon
Copy link
Member

Thank you for this @arturosevilla - Sorry it took so long to get into the client.

I agree a direct Bolt serializer would be preferable, and I know about the old PR, and I'm sorry it hasn't got in yet.

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

Successfully merging this pull request may close these issues.

None yet

2 participants