Skip to content

Release Notes For v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@eyab eyab released this 01 Jul 00:35
· 411 commits to master since this release
  • The release supports the following:
    • Added Support for Agtype to be used in Hash Joins
    • Added Support for DELETE to be the last clause in a Cypher statement
    • Fixed a bug where DELETE, REMOVE, and SET would not update a vertex/edge
    • Added support for SKIP and LIMIT as sub-clauses for the WITH and RETURN statement
    • Added support for CASE statement
    • Added support for PostgreSQL EXPLAIN utility command
    • Added operator overload for agtype to numeric
    • Added ANTLR4 grammar file to be used with the JDBC and NodeJS drivers
    • Added NULL regression tests
    • Added label function