opencypher / openCypher

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

Fix bug in node comparison #546

Closed loveleif closed 1 year ago

loveleif commented 1 year ago

Fix a bug where comparison of nodes was incorrect because of labels appearing in different order.

Causes failures in https://github.com/neo-technology/neo4j/pull/17164.