Add warning about non scalar use in Criteria.
This commit is contained in:
parent
310afdf5d7
commit
9653213914
@ -702,3 +702,8 @@ methods:
|
||||
* ``notIn($field, array $values)``
|
||||
|
||||
|
||||
.. note::
|
||||
|
||||
There is a limitation on the compatibility of Criteria comparisons.
|
||||
You have to use scalar values only as the value in a comparison or
|
||||
the behaviour between different backends is not the same.
|
||||
|
Loading…
x
Reference in New Issue
Block a user