Dev: 4aae6202
Pre-release
Pre-release
0.2-dev-4aae6202-SNAPSHOT
[tx]
- Nothing-returning queries are now mapped to
Unit
result. - Always gather and drain the results of Nothing-returning queries.
This way such queries won't terminate transaction stream. - Add
imapK
for neo4j transforming transactions underlying context.
[cypher]
- Support lifting any
Seq
andSet
value values. - Syntax for
exists
expression. - Better expression support at pattern match.
- Explicitly aliased expressions in continuations of
With
,Unwind
andCall
. - Fix for
CypherSyntaxPathOps
. - Fix
LiftValue[String].asLiteral
. - Refactor
Gather
operation. - Define
imapK
forOperation
.
[apoc]
- Common interface for
read
andwrite
lock syntax. - Rename
ValidateException
=>ApocException
.