Hi all, I've constructed a query that will result in a DELETE on a Node with existing relationships. When executed in the Neo4j browser, this returns an Exception as expected. And I can see a stack trace in console.log that ends with a ConstraintViolationException (also as expected). When I execute this same query via the REST API using the /cypher endpoint I still see the exception in console.log, but no error is returned by the REST API. I'm pretty sure this is a change in behavior as I now have a unit test that is failing against Neo4j 2.0, but is not failing against Neo4j 1.8.x/1.9.x.
I'd be happy to create an issue on this, but wanted to get some feedback first. -brian -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
