1
0
mirror of synced 2024-12-13 06:46:03 +03:00
doctrine2/lib/Doctrine/ORM
2010-01-22 15:10:13 +00:00
..
Event [2.0][DDC-144][DDC-113] Fixed. 2009-12-18 12:30:19 +00:00
Id [2.0] Fix for optimistic locking. 2009-11-25 21:48:04 +00:00
Internal [2.0][DDC-152] Fixed. 2009-12-19 13:38:54 +00:00
Mapping [2.0][DDC-263] Fixed. Patch provided by Christian Heinrich. 2010-01-22 15:10:13 +00:00
Persisters [2.0][DDC-240] Fixed issue with StandardEntityPersister that was attempting to delete Entities based on field names instead of column names. 2010-01-05 17:07:57 +00:00
Proxy DDC-155 - Skip __sleep in generateMethods 2010-01-06 14:12:27 +00:00
Query [2.0][DDC-249] Fixed issue that documentation refers QueryBuilder::select() supports array, but it was only restricted to strings. 2010-01-14 16:15:58 +00:00
Tools [2.0] DDC-200 Implemented support for @columnDefinition - even with support to pass the definition to join columns if necessary for relations. 2010-01-20 22:35:18 +00:00
AbstractQuery.php DDC-233 - Fixed use of array_merge() because it re-assigns the numerical indexes from 0 on. 2010-01-06 14:21:17 +00:00
Configuration.php [2.0][DDC-122][DDC-97][DDC-98][DDC-147] Refactored metadata mapping drivers by removing the useless PRELOAD mode. Introduced ClassMetadataFactory#getAllMetadata. Classloader simplifications. Old classloaders deprecated. New Doctrine\Common\ClassLoader is almost the same as the previous IsolatedClassLoader. 2009-12-15 21:06:32 +00:00
EntityManager.php [2.0][DDC-208] Fixed. 2009-12-18 13:20:22 +00:00
EntityRepository.php [2.0] Add missing doc-block comments to EntityRepository instance variables. 2010-01-16 22:39:54 +00:00
Events.php [2.0] Some hydration simplifications and cleanups. 2009-08-28 10:48:40 +00:00
NativeQuery.php DDC-126 - Make Query, NativeQuery Fluent-Interfaces for all their set Methods, renamed setExpireQueryCache() and setExpireResultCache() to expireQueryCache() and expireResultCache(). Updated UPGRADE_TO_2_0 document accordingly. 2009-11-21 13:13:19 +00:00
NonUniqueResultException.php [2.0][DDC-208] Fixed. 2009-12-18 13:20:22 +00:00
NoResultException.php [2.0][DDC-208] Fixed. 2009-12-18 13:20:22 +00:00
OptimisticLockException.php [2.0] Fixed PHP Notice in SchemaTest (only variables should be passed by reference...) and a few other cosmetics in various parts. 2009-12-07 12:47:23 +00:00
ORMException.php [2.0][DDC-208] Fixed. 2009-12-18 13:20:22 +00:00
PersistentCollection.php [2.0][DDC-237][DDC-216] Fixed. If you're using manual proxy generation through the CLI, please regenerate your proxies. 2010-01-05 11:45:38 +00:00
Query.php [2.0] DDC-176 - Disallow iterate() over fetch-join collections by the means of an exception on parsing the DQL query. 2009-12-08 20:53:01 +00:00
QueryBuilder.php [2.0][DDC-249] Fixed issue that documentation refers QueryBuilder::select() supports array, but it was only restricted to strings. 2010-01-14 16:14:41 +00:00
UnitOfWork.php [2.0][DDC-251] Fixed. 2010-01-18 12:50:39 +00:00