1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00
doctrine2/lib/Doctrine/ORM
Luís Cobucci 2905b435db
Remove loose comparison on discriminator values
According to mapping drivers the discriminator values can always be
converted to strings so it's safe to assume that we can actually do a
strict comparison during hydration.
2018-02-19 12:07:43 +01:00
..
Cache Add version fields into L2C data 2018-02-17 18:05:32 +01:00
Decorator make lock mode usage consistent 2014-02-05 15:13:53 +01:00
Event fix license header inconsistencies 2016-10-25 23:58:42 -03:00
Id #6167 #6168 - clarifying on the reasoning why query is used instead of fetchColumn 2017-06-21 05:44:58 +02:00
Internal Remove loose comparison on discriminator values 2018-02-19 12:07:43 +01:00
Mapping Enforce sequence XSD requirement 2017-11-26 16:33:27 +01:00
Persisters Fix #6991: correctly resolve identifer values in ManyToManyPersister 2018-01-19 12:19:02 +01:00
Proxy #6626 #6625 minor CS fixes (removed useless assignments) 2017-08-16 15:23:20 +02:00
Query Use early-returns to improve readability of the Parser 2018-02-19 00:53:42 +01:00
Repository Use short-array syntax on "lib" directory 2016-12-08 00:31:12 +01:00
Tools Exception Call to undefined method Doctrine\Common\Cache\MemcachedCache::setMemcache() 2018-01-30 01:38:56 +01:00
Utility Apply various and CS fixes as per review 2017-08-18 11:02:28 +02:00
AbstractQuery.php Fix insufficient variable check 2017-12-17 03:21:52 +01:00
Cache.php DDC-3078 - constructor should never be interfaced 2014-04-17 15:16:56 -04:00
Configuration.php Remove @throws in Configuration where necessary. 2017-06-20 07:27:25 +02:00
EntityManager.php getRepository actually returns ObjectRepository 2017-10-18 19:10:00 -07:00
EntityManagerInterface.php EntityManager::getReference() can return null 2017-10-05 00:27:11 +02:00
EntityNotFoundException.php Use short-array syntax on "lib" directory 2016-12-08 00:31:12 +01:00
EntityRepository.php Use short-array syntax on "lib" directory 2016-12-08 00:31:12 +01:00
Events.php #385 #1181 DDC-3385 - fixing Events docblocks as per @deeky666's review 2015-01-13 21:15:34 +01:00
LazyCriteriaCollection.php Fixed many small phpcs issues 2015-12-11 20:30:41 +01:00
NativeQuery.php Use short-array syntax on "lib" directory 2016-12-08 00:31:12 +01:00
NonUniqueResultException.php Add message to NonUniqueResultException 2017-08-06 12:07:47 +02:00
NoResultException.php Fixed missed documentation issues in Doctrine\ORM 2012-12-14 20:12:56 +00:00
OptimisticLockException.php Fixed many small phpcs issues 2015-12-11 20:30:41 +01:00
ORMException.php No longer treat aggregate functions as a special case. 2017-06-20 07:27:24 +02:00
ORMInvalidArgumentException.php Use the correct type for the exception message 2017-11-26 17:55:59 +01:00
PersistentCollection.php #6613 #6614 #6616 adding void return type 2017-08-11 21:27:09 +02:00
PessimisticLockException.php Fix some LGPL occurances to MIT 2013-10-02 12:07:37 +02:00
Query.php Updating _maxResults to allow for null 2017-09-04 09:26:11 +01:00
QueryBuilder.php Fix parameter name comparison in QueryBuilder#setParameter() with different types 2017-11-24 02:43:01 +01:00
TransactionRequiredException.php Fix some LGPL occurances to MIT 2013-10-02 12:07:37 +02:00
UnexpectedResultException.php Fixed unused 'use' statements. 2012-12-13 18:19:21 +00:00
UnitOfWork.php #6723 Remove variable from UnitOfWork#createEntity() 2017-09-26 12:52:18 +02:00
Version.php Bumping development version to v2.6.1-DEV 2017-12-20 02:01:05 +01:00