zmactep / hasbolt

Haskell driver for Neo4j 3+ (BOLT protocol)
BSD 3-Clause "New" or "Revised" License
82 stars 13 forks source link

version 0.1.7.0: better bolt v3 support #41

Closed maksbotan closed 10 months ago

maksbotan commented 1 year ago

In bolt v3 transactions are not Cypher commands "begin" / "commit" / "rollback", but new types of bolt messages.

Also fixed ResponseIgnored, according to spec it does not have any arguments and never did, but our parser expected. Probably we never actually received that response in bolt v1.