opencypher / openCypher

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

Corrected assertion on error type #562

Closed arnefischereit closed 10 months ago

arnefischereit commented 10 months ago

tck/README.md details that ConstraintVerificationFailed is issued if data already in the database violates the constraint to be created, whereas here we want to change data to a state that would be violating a constraint in the database.