3 Collections Abstraction library
9 * Add a new ``AbstractLazyCollection``
13 * Deprecated ``Comparison::IS``, because it's only there for SQL semantics.
14 These are fixed in the ORM instead.
15 * Add ``Comparison::CONTAINS`` to perform partial string matches:
17 $criteria->andWhere($criteria->expr()->contains('property', 'Foo'));