Closed transistive closed 3 years ago
just a small bug :) 350f252
Btw it's really dangerous piece of code. After it was working I reached a moment when my computer started freezing and Neo4j crashed at memory.
Sorry about that. I received to code from the issue on the client library! Thank you for the quick fix, as always :)
Btw it's really dangerous piece of code. After it was working I reached a moment when my computer started freezing and Neo4j crashed at memory.
Sorry about that, I should have put in a break point when the array became large enough.
Thank you so much the fix (and so quickly). Been scratching my head over it for the last few days.
@transistive @in3rsha No big deal, no harm was done.
Always happy to help.
Describe the bug When creating parameters with random data, a standard read error appears. When testing big strings, it works flawlessly, but with big random data is crashes.
To Reproduce
Expected behaviour This script should be able to run for as long as the server or connection does not crash.
Desktop (please complete the following information):
Additional context This problem came to light from this issue in the client: https://github.com/neo4j-php/neo4j-php-client/issues/70.