Skip to content

v0.15.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Kreyu Kreyu released this 22 Nov 12:19
· 190 commits to main since this release

In this release, the Doctrine ORM Proxy Query class makes sure that the Doctrine paginator has fetchJoinCollection argument passed as false when the query has no max results set. This means that the query no longer passes an array of identifiers of each joined record, which can result in an error in Microsoft SQL Server due to maximum parameter count. This should not be a breaking change.

Note: this is temporary, as the DoctrineOrmProxyQuery class is planned to be refactored anyway to unify the usage of ->getPagination()->getItems() and ->getItems().