mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #159] [CLOSED] Fix for DDC-1435 #7791
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/159
Author: @phekmat
Created: 10/18/2011
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
6702d13Fix for DDC-1435📊 Changes
3 files changed (+163 additions, -94 deletions)
View changed files
📝
lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php(+41 -36)➕
tests/Doctrine/Tests/Models/CMS/CmsArticleTag.php(+43 -0)📝
tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php(+79 -58)📄 Description
Fix ClassMetadataInfo->getQuotedColumnName to correctly handle entity
FK as PK by looking for the field in association mappings in addition
to field mappings
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.