sonata-project/exporter

Compatibility Doctrine/ORM 2.7

Closed this issue · 1 comments

image

$this->iterator = $this->iterableToIterator($this->query->toIterable());

I solved my incompatibility problem by changing the method $this->query->toIterable() by $this->query->getResult()

We're having a conflict with doctrine/orm <2.14 so you should not be able to use 2.7
https://github.com/sonata-project/exporter/blame/3.x/composer.json#L55