We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c320c commit 4f8dde2Copy full SHA for 4f8dde2
UPGRADE.md
@@ -1,5 +1,7 @@
1
# Upgrade to 3.6
2
3
+## Deprecate `Doctrine\ORM\QueryBuilder::add('join', ...)` with a list of join parts
4
+
5
Using `Doctrine\ORM\QueryBuilder::add('join', ...)` with a list of join parts
6
is deprecated in favor of using an associative array of join parts with the
7
root alias as key.
0 commit comments