Nigel Small
Nigel Small
That's basically what I do in py2neo: ``` python def load(self, file, **params): if self.graph_db._geoff_uri is None: batch = self.compile(file, **params) results = batch.submit() return neo4j.Node(results[batch.first_node_id]['location']) else: response = graph_db._post(...
@mohammed-adil-moughal Have you seen a null $responseBody in the wild, or is this a hypothetical problem? If so, could you provide details of the code which generates such a failure,...
Thanks @mohammed-adil-moughal - this helps us prioritise :)
@fy2 Yes, unfortunately we will discontinue the client for Perl after the 8.x series and will not be able to offer general perl support. The only exception will be for...
@sureshrajan8 This looks like you are committing the transaction before consuming the query result inside it. You should refactor your code to consume the result first, before committing.
 [Client-authenticated TLS connection](https://trello.com/c/7VQ67xIs/380-client-authenticated-tls-connection)
 [Client certificate support for TLS](https://trello.com/c/F7bzlSM6/266-client-certificate-support-for-tls)
We have added this to our future roadmap for later discussion.
Hi @emptyflask. I'm sorry that we're not able to provide a timescale for an 8.x release at this time, and I do appreciate how frustrating this must be for you....
Hi all. We have read and are currently digesting your feedback in this thread. I will put together a response over the next few days to provide answers and clarifications.