Update en/reference/query-builder.rst
Adding note for $append parameter of QueryBuilder::add() method.
This commit is contained in:
parent
4b4126dfa6
commit
ca1c6498ec
@ -500,7 +500,8 @@ of DQL. It takes 3 parameters: ``$dqlPartName``, ``$dqlPart`` and
|
|||||||
a string or any instance of ``Doctrine\ORM\Query\Expr\*``
|
a string or any instance of ``Doctrine\ORM\Query\Expr\*``
|
||||||
- ``$append``: Optional flag (default=false) if the ``$dqlPart``
|
- ``$append``: Optional flag (default=false) if the ``$dqlPart``
|
||||||
should override all previously defined items in ``$dqlPartName`` or
|
should override all previously defined items in ``$dqlPartName`` or
|
||||||
not
|
not (no effect on the ``where`` and ``having`` DQL query parts,
|
||||||
|
which always override all previously defined items)
|
||||||
|
|
||||||
-
|
-
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user