Elixir and Erlang/OTP versions
Erlang/OTP 28 [erts-16.2] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit]
Elixir 1.19.5 (compiled with Erlang/OTP 28)
Operating system
macOS 26.4
Neo4j version
community 5.26.22
Bolty version
0.0.8
Current behavior
When I use params with Elixir Duration, the round-trip is OK but the neo4j parameter is being stored as a String not a native neo4j temporal type. Expect when it is in a map or a struct then fine.
Expected behavior
Elixir Duration should be stored as a native neo4j duration when passed as a parameter.
Elixir and Erlang/OTP versions
Erlang/OTP 28 [erts-16.2] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit]
Elixir 1.19.5 (compiled with Erlang/OTP 28)
Operating system
macOS 26.4
Neo4j version
community 5.26.22
Bolty version
0.0.8
Current behavior
When I use params with Elixir Duration, the round-trip is OK but the neo4j parameter is being stored as a String not a native neo4j temporal type. Expect when it is in a map or a struct then fine.
Expected behavior
Elixir Duration should be stored as a native neo4j duration when passed as a parameter.