Re: [Neo4j] How detect errors in query?

2018-12-17 Thread 'Michael Hunger' via Neo4j
It's a warning from the cypher engine. You can run your query with EXPLAIN prefixed to see it. If its particular to the driver please raise a GH issue at the repo. Join our new Community Site & Forum On Mon, Dec 17, 2018 at 6:28 PM Andy wrote: > I an using https:

[Neo4j] How detect errors in query?

2018-12-17 Thread Andy
I an using https://github.com/cleishm/libneo4j-client. I check errors: neo4j_value_t params = neo4j_null; neo4j_result_stream_t *results = neo4j_run(connection, query.c_str(), params); if (!results) ->error But sometimes when I have bad query, in browse http://127.0.0.1:7474/browser/ i get