gorm-neo4j icon indicating copy to clipboard operation
gorm-neo4j copied to clipboard

executeQuery not throwing errors

Open sugeerth opened this issue 6 years ago • 0 comments

We have a need to use the executeQuery method to do large data import as our cypher queries are complicated (such as load csv). However, we are not seeing the errors this method is throwing (if there are any neo4j driver errors while executing the cypher query) and it looks like the errors are being caught and a null result is returned. Is there any way to retrieve the errors, if any, that are thrown by executeQuery?

sugeerth avatar Mar 06 '18 17:03 sugeerth