Closed bitgandtter closed 7 years ago
can you specify the neo4j version you are using ?
version 3.1, i dont think related but im using it with the official docker image
@bitgandtter can you try with last release 1.8.1 ? Thanks
@ikwattro now it throws this exception when trying to collect statistics
Argument 1 passed to GraphAware\Common\Result\CombinedStatistics::mergeStats() must implement interface GraphAware\Common\Result\StatementStatisticsInterface, null given
I track the issue to the point that because the stack is running a query that does not provide updateStatistics it breaks.
$stack->push("CREATE CONSTRAINT ON (person:Person) ASSERT person.mongoID IS UNIQUE");
We have two options here, or update the updateStatistics function of the ResultCollection to handle this or to not include on the collection results that does not has updateStatistics on the run function of Pipeline class
yeah, fixed in common
composer update graphaware/neo4j-common
thx
Great it works now, thanks
Im having an infinite loop on session recv function that i track to lines
170 and 171 of Session.php file
the queries im running are:
Where the person already exist on database