David Allen

Results 123 comments of David Allen

What's the connection between req.body and context.attributes? Is there any documentation that describes how it goes from JSON body to SQL record so I know where to interfere? I have...

Ah hah - I think I see. So tentatively, plan of attack might be: - Use a milestone to manipulate req.body before it gets to the sequelize layer; any inbound...

probably subject to documentation only fix

@utnaf to talk to a key user about problem statement to help inform how best to explain these concepts.

published here: https://spark-packages.org/package/neo4j-contrib/neo4j-connector-apache-spark_2.11 and here: https://spark-packages.org/package/neo4j-contrib/neo4j-connector-apache-spark_2.12

solved for now; @conker84 investigating whether this can be done via maven central publishing

This is a tricky one but based on what you've said, this doesn't seem surprising to me. Whenever you use the cypher function `localdatetime()` you are going to be subject...

Within the neo4j driver object it's possible to configure the size of the connection pool that it opens when you initialize it. If you don't configure this, I think you...

Related to this: I can get some very weird driver errors (not connector errors) when playing around with connection schemes. For example, imagine any simple read query to the database,...