transformResultFunction being an optional argument that does what it says :)
When executing the query i get the following error
Error
at exports.adjustError (/our_framework/node_modules/neo4j/lib/util.js:71:15)
at __$GraphDatabase_prototype_query__20 (/our_framework/node_modules/neo4j/lib/GraphDatabase.js:899:26)
at /our_framework/node_modules/neo4j/node_modules/streamline/lib/callbacks/runtime.js:159:5
at Object.__g.trampoline.flush (/our_framework/node_modules/neo4j/node_modules/streamline/lib/callbacks/runtime.js:22:29)
at Request.___ [as _callback] (/our_framework/node_modules/neo4j/node_modules/streamline/lib/callbacks/runtime.js:113:61)
at Request.self.callback (/our_framework/node_modules/neo4j/node_modules/request/request.js:129:22)
at Request.EventEmitter.emit (events.js:107:17)
at Request.<anonymous> (/our_framework/node_modules/neo4j/node_modules/request/request.js:873:14)
at Request.EventEmitter.emit (events.js:126:20)
at IncomingMessage.<anonymous> (/our_framework/node_modules/neo4j/node_modules/request/request.js:824:12)
I'm wondering if I'm doing something wrong or I've just spotted a bug.
Let me know if I have to send additional informations. :)
I'm doing this
with
GraphDBService.query()
being kind of a wrapper that call yoursquery()
like thistransformResultFunction
being an optional argument that does what it says :)When executing the query i get the following error
I'm wondering if I'm doing something wrong or I've just spotted a bug. Let me know if I have to send additional informations. :)