mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #486] [MERGED] Fix DDC-2084 #8266
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/486
Author: @FabioBatSilva
Created: 10/20/2012
Status: ✅ Merged
Merged: 11/6/2012
Merged by: @guilhermeblanco
Base:
master← Head:DDC-2084📝 Commits (3)
a09a5b9Fix DDC-2084c4e6a04remove duplicate return statement62f43e6remove require_once📊 Changes
5 files changed (+185 additions, -35 deletions)
View changed files
📝
lib/Doctrine/ORM/AbstractQuery.php(+12 -34)📝
lib/Doctrine/ORM/EntityManager.php(+10 -1)📝
lib/Doctrine/ORM/ORMInvalidArgumentException.php(+11 -0)📝
lib/Doctrine/ORM/UnitOfWork.php(+24 -0)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2084Test.php(+128 -0)📄 Description
http://www.doctrine-project.org/jira/browse/DDC-2084
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.