bravius commented on issue #161:
URL: https://github.com/apache/incubator-age/issues/161#issuecomment-1035612877


   @pdpotter 
   
   Okay I just checked that.
   
   When CREATE-ing a vertex with a duplicate key, I get "duplicate key value 
violates unique constraint", as expected.
   
   When I use MATCH and SET to update an existing vertex with a duplicate key, 
no error is thrown and the index seems to be completely ignored.
   
   It seems that SET syntax is bypassing index constraint checking, but CREATE 
syntax does get checked.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to