-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
While adding support for accepting Neo4j::Types v2 objects as query parameters in majensen/perlbolt#56, I noticed that the Bolt structure DateTimeZoneId is apparently unimplemented in the client:
$ perl -MNeo4j::Bolt -E 'say Neo4j::Bolt->VERSION'
0.5000
$ perl -MNeo4j::Bolt -E 'say Neo4j::Bolt->connect(...)->run_query($ARGV[0])->fetch_next' \
'RETURN datetime("2015-06-24T12:50:35.556+0200[Africa/Johannesburg]")'
Unknown neo4j_value type encountered at Neo4j/Bolt/ResultStream.pm line 12.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels