mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #367] [CLOSED] [PoC] Multiple components support #8088
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/367
Author: @guilhermeblanco
Created: 6/10/2012
Status: ❌ Closed
Base:
join-poc← Head:master📝 Commits (10+)
d7042abMerge branch 'master', remote branch 'upstream/master'bf9024bMerge remote branch 'upstream/master'6d5f15eMerge remote branch 'upstream/master'029071asimplified __call method84ec6dcimproved exception messageefebf26DDC-1757 test and patched query builder49016bcParameter PHP documentation for the QueryBuilder::getRootAlias() methodcbe4987Using Doctrine\Common\Util\ClassUtil for class_name resolutionThis avoids exceptions when passing a Proxy instance to the public API of the EntityManager, ClassMetadataFactory or UnitOfWork when the Proxy itself isn't generated by the EntityManager itself, while discovering the correct ClassMetadata instance for the proxyc4a2eaeAdding additional missing calls to classutils instead of get_class37279d0Adding test to verify validity of changes (fails without them)📊 Changes
331 files changed (+4209 additions, -1806 deletions)
View changed files
📝
LICENSE(+19 -504)📝
UPGRADE_TO_2_2(+6 -1)📝
UPGRADE_TO_2_3(+24 -0)📝
bin/doctrine(+1 -1)➕
bin/doctrine-pear.php(+50 -0)📝
bin/doctrine.php(+1 -8)📝
build.xml(+2 -2)📝
composer.json(+12 -2)📝
doctrine-mapping.xsd(+33 -0)📝
lib/Doctrine/ORM/AbstractQuery.php(+95 -94)📝
lib/Doctrine/ORM/Configuration.php(+1 -1)📝
lib/Doctrine/ORM/EntityManager.php(+1 -1)📝
lib/Doctrine/ORM/EntityNotFoundException.php(+2 -2)📝
lib/Doctrine/ORM/EntityRepository.php(+5 -5)📝
lib/Doctrine/ORM/Event/LifecycleEventArgs.php(+2 -2)📝
lib/Doctrine/ORM/Event/LoadClassMetadataEventArgs.php(+1 -1)📝
lib/Doctrine/ORM/Event/OnClearEventArgs.php(+2 -2)📝
lib/Doctrine/ORM/Event/OnFlushEventArgs.php(+2 -2)📝
lib/Doctrine/ORM/Event/PostFlushEventArgs.php(+2 -2)📝
lib/Doctrine/ORM/Event/PreFlushEventArgs.php(+1 -1)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.