1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Add warning about non scalar use in Criteria.

This commit is contained in:
Benjamin Eberlei 2014-02-04 00:02:09 +01:00
parent 310afdf5d7
commit 9653213914

View File

@ -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.