drupal/core/vendor/doctrine/collections
webchick ca850b84e2 Issue #2105825 by cosmicdreams, larowlan, hussainweb, Nitesh Sethia, dawehner, naveenvalecha, iMiksu: Update Doctrine/common Component to 2.5.1 (security) (includes cache/annotations too) 2015-09-04 07:56:50 -07:00
..
lib/Doctrine/Common/Collections Issue #2105825 by cosmicdreams, larowlan, hussainweb, Nitesh Sethia, dawehner, naveenvalecha, iMiksu: Update Doctrine/common Component to 2.5.1 (security) (includes cache/annotations too) 2015-09-04 07:56:50 -07:00
tests/Doctrine/Tests Issue #2105825 by cosmicdreams, larowlan, hussainweb, Nitesh Sethia, dawehner, naveenvalecha, iMiksu: Update Doctrine/common Component to 2.5.1 (security) (includes cache/annotations too) 2015-09-04 07:56:50 -07:00
.gitignore Issue #2234277 by cilefen, hussainweb, Xano, netlooker, martin107: Composer update (includes security fixes). 2014-10-15 09:31:35 +01:00
.travis.yml Issue #2105825 by cosmicdreams, larowlan, hussainweb, Nitesh Sethia, dawehner, naveenvalecha, iMiksu: Update Doctrine/common Component to 2.5.1 (security) (includes cache/annotations too) 2015-09-04 07:56:50 -07:00
LICENSE Issue #2234277 by cilefen, hussainweb, Xano, netlooker, martin107: Composer update (includes security fixes). 2014-10-15 09:31:35 +01:00
README.md Issue #2105825 by cosmicdreams, larowlan, hussainweb, Nitesh Sethia, dawehner, naveenvalecha, iMiksu: Update Doctrine/common Component to 2.5.1 (security) (includes cache/annotations too) 2015-09-04 07:56:50 -07:00
composer.json Issue #2105825 by cosmicdreams, larowlan, hussainweb, Nitesh Sethia, dawehner, naveenvalecha, iMiksu: Update Doctrine/common Component to 2.5.1 (security) (includes cache/annotations too) 2015-09-04 07:56:50 -07:00
phpunit.xml.dist Issue #1848570 by Xano: Upgrade to Doctrine\Common 2.4. 2013-07-21 16:29:50 +01:00

README.md

Doctrine Collections

Build Status

Collections Abstraction library

Changelog

v1.3.0

v1.2.0

  • Add a new AbstractLazyCollection

v1.1.0

  • Deprecated Comparison::IS, because it's only there for SQL semantics. These are fixed in the ORM instead.

  • Add Comparison::CONTAINS to perform partial string matches:

      $criteria->andWhere($criteria->expr()->contains('property', 'Foo'));