mschae / boltex

Elixir driver for the neo4j bolt protocol
Other
29 stars 6 forks source link

Support for temporal types #21

Open namxam opened 6 years ago

namxam commented 6 years ago

Neo4j 3.40 added support for temporal types.

Unfortunately, boltex does not support it yet and throws an error Neo.ClientError.Request.Invalid with DateTime is not yet supported as a return type in Bolt. I talked to Michael Hunger and he told me it should be supported in their official Bolt drivers 1.6 .

Are there any plans to add support to boltex?

I already created an issue on https://github.com/florinpatrascu/bolt_sips/issues/44