Skip to content

v0.19.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Kreyu Kreyu released this 17 Jul 10:54
· 84 commits to main since this release
5f2d1fe

This release disables entity manager clearing in Doctrine ORM result set factory - temporarily, until a better, non-breaking solution is found. Previous implementation was breaking applications that loaded entities into Doctrine's UnitOfWork, rendered the data tables, and then tried to access those entities - the result set factory was clearing on each batch, removing them from UoW.

Unfortunately, this means that the performance of large exports will be significantly worse, until a better solution for opt-in configurable clearing is implemented.