Skip to content

Releases: Grupo-Abraxas/slothql

Preserving syntax

20 May 12:45
09889bb
Compare
Choose a tag to compare
Merge pull request #157 from Grupo-Abraxas/preserve_syntax

Preserve syntax

Call syntax

13 May 22:54
f8a2327
Compare
Choose a tag to compare
Merge pull request #156 from Grupo-Abraxas/add_call_syntax

Add call syntax

To ce3

09 May 17:46
5df9122
Compare
Choose a tag to compare

To ce3

Add merge syntax

21 Dec 18:18
daeb4be
Compare
Choose a tag to compare

Add merge syntax

Update dependencies

02 Nov 20:15
7590161
Compare
Choose a tag to compare

Update dependencies

Update dependencies

02 Nov 19:07
0d20ae9
Compare
Choose a tag to compare

Update dependencies

Support any convertible map

01 Apr 17:00
Compare
Choose a tag to compare

Support any convertible map like Map[String, Expr[_]] and LiftedMap

With update node syntax

01 Mar 22:28
Compare
Choose a tag to compare

Dev: 2a8909f4

04 Aug 23:11
Compare
Choose a tag to compare
Dev: 2a8909f4 Pre-release
Pre-release

0.2-dev-2a8909f4-SNAPSHOT

[apoc]

  • Add readapt to ApocException object.
  • Rename ValidateException => ApocException.

Dev: 4aae6202

20 Jul 17:43
Compare
Choose a tag to compare
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 and Set value values.
  • Syntax for exists expression.
  • Better expression support at pattern match.
  • Explicitly aliased expressions in continuations of With, Unwind and Call.
  • Fix for CypherSyntaxPathOps.
  • Fix LiftValue[String].asLiteral.
  • Refactor Gather operation.
  • Define imapK for Operation.

[apoc]

  • Common interface for read and write lock syntax.
  • Rename ValidateException => ApocException.