File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ The class `Doctrine\ORM\Mapping\Driver\DatabaseDriver` is deprecated without rep
3333
3434Output walkers should implement the new ` \Doctrine\ORM\Query\OutputWalker ` interface and create
3535` Doctrine\ORM\Query\Exec\SqlFinalizer ` instances instead of ` Doctrine\ORM\Query\Exec\AbstractSqlExecutor ` s.
36- The output walker must not base its workings on the query ` firstResult ` /` maxResult ` values, so that the
36+ The output walker must not base its workings on the query ` firstResult ` /` maxResult ` values, so that the
3737` SqlFinalizer ` can be kept in the query cache and used regardless of the actual ` firstResult ` /` maxResult ` values.
3838Any operation dependent on ` firstResult ` /` maxResult ` should take place within the ` SqlFinalizer::createExecutor() `
3939method. Details can be found at https://github.com/doctrine/orm/pull/11188 .
@@ -144,7 +144,7 @@ WARNING: This was relaxed in ORM 3.2 when partial was re-allowed for array-hydra
144144 ` Doctrine\ORM\Query::HINT_FORCE_PARTIAL_LOAD ` are removed.
145145- ` Doctrine\ORM\EntityManager*::getPartialReference() ` is removed.
146146
147- ## BC BREAK: Enforce ArrayCollection Type on ` \Doctrine\ORM\QueryBuilder::setParameters(ArrayCollection $parameters) `
147+ ## BC BREAK: Enforce ArrayCollection Type on ` \Doctrine\ORM\QueryBuilder::setParameters(ArrayCollection $parameters) `
148148
149149The argument $parameters can no longer be a key=>value array. Only ArrayCollection types are allowed.
150150
You can’t perform that action at this time.
0 commit comments