gorm-neo4j
gorm-neo4j copied to clipboard
executeQuery not throwing errors
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?