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 <https://community.neo4j.com>


On Mon, Dec 17, 2018 at 6:28 PM Andy <borucki.andr...@gmail.com> 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.

Reply via email to