You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off a VERY big thank you for something that works well for what I need it for.
My issue is the following when working with fields that are DateTime format neo4j-client tells me it doesn't support that and bolt version 2 support is required.
A quick workaraound is to use tostring() on the fields when outputting them.
When writing it's a different story though so I thought Id venture a question as to if there is potential for a fix.
Many thanks in advance. And once again many thanks for producing this in the first place.
The text was updated successfully, but these errors were encountered:
First off a VERY big thank you for something that works well for what I need it for.
My issue is the following when working with fields that are DateTime format neo4j-client tells me it doesn't support that and bolt version 2 support is required.
A quick workaraound is to use tostring() on the fields when outputting them.
When writing it's a different story though so I thought Id venture a question as to if there is potential for a fix.
Many thanks in advance. And once again many thanks for producing this in the first place.
The text was updated successfully, but these errors were encountered: