opencypher / openCypher

Specification of the Cypher property graph query language
http://www.opencypher.org
Apache License 2.0
841 stars 149 forks source link

Update expected errors in TCK #554

Closed sherfert closed 1 year ago

sherfert commented 1 year ago

Background: When referring to a concrete variable in an aggregation expresion in ORDER BY, e.g. referring to you in

WITH count(you.age) AS agg
ORDER BY me.age + count(you.age)

there are 2 errors:

We are changing the way of our SemanticAnalysis such that the first error takes precedence.