Milestone 17
This release includes:
- Support for Scala cross building for 2.12 and 2.13
- TCK:
- New scenarios in clauses/with-orderBy
- New scenarios in clauses/call/Call5
- New scenarios for creating multiple nodes with overlapping label sets in clauses/create
- New scenarios in expressions/pattern
- New scenarios in expressions/existentialSubquery
- New scenarios in expressions/quantifier
- New scenarios in expressions/boolean
- Fixing missing result order in a number of scenarios
- Fixing wrong result expectation of scenario expressions/boolean/Boolean5.[6]
- Fixing type expectation scenarios in expressions/typeConversion scenarios
- Fixing type expectation scenarios in expressions/list/List1
- TCK tooling:
- Scenario testing failure get automatically assigned the tag @NegativeTest by the TCK API for easy discovery
- TCK error characteristics now allow wildcards
- TCK API now retain causing exception when something fails during side effect measurement queries
- New TCK step for creating CSV files
- Grammar:
- Fixing YIELD grammar
- Grammar tooling:
- tool grammarLink.html in tools/grammar-production-links, which provides the possibility to stably link a production by name in the openCypher grammar files without hard-coding the line number.