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://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 detailed error but results!=null
>
> --
> 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 neo4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 detailed error but results!=null

-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.