forked from doctrine/orm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 2.17.x: Deprecate annotation classes for named queries Fix typos Housekeeping: Revert change to AbstractExporter, not needed without subselect fetch. Address review comments. Explain internals of eager loading in a bit more detail and how its configured. 1:1 and M:1 associations also use fetch batch size configuration now. Add another testcase for DQL based fetch eager of collection. last violation hopefully Static analysis Housekeeping: phpcs Directly load many to many collections, batching not supported yet. fix tests. Avoid new fetch mode, use this strategy with fetch=EAGER for collections. Make sure to many assocatinos are also respecting AbstractQuery::setFetchMode Disallow use of fetch=SUBSELECT on to-one associations. Go through Persister API instead of indirectly through repository. Introduce configuration option for subselect batch size. Houskeeping: phpcs Disallow WITH keyword on fetch joined associatiosn via subselect. [doctrineGH-1569] Add new SUBSELECT fetch mode for OneToMany associations.
- Loading branch information
Showing
12 changed files
with
299 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.