Gem Lamont

Results 63 comments of Gem Lamont

Hi! Sorry for the slow response, I took a look, and the problem seems to be that apoc.periodic.iterate swallows errors, so your query is not working. Your query: ``` CALL...

This was fixed :) https://github.com/neo4j/apoc/pull/503

Hi! I tried this out and did indeed run into issues with a larger file, although I could see an OOM in my logs (have you checked the logs? perhaps...

The logs are in debug.log :) The file is imported in batches of transactions, so if all the edges are last in the file, then it potentially crashes before it...

Hmm okay, how does the query log look for it? Also did it work with trying the batchSize? I can't reproduce a case where it just misses the relationships 🙈

The "RELATED" type is added as every relationship must have one type, and if none is specified APOC adds that generic one. The reason why those 2 queries return double...

Closing as there hasn't been a reply in a while and re-reading the exchange, it may be a misunderstanding in how to count relationships.

Hi! I found a bug in the way that deleted relationships were referencing their start and end nodes which gave me this error, I have now fixed this and it...

Would it make more sense to have suggestions like this as Trello cards instead of issues on Github? :)