mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #635] [CLOSED] Functional test for addManyToOne database column mapping #8480
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/635
Author: @TomHAnderson
Created: 3/27/2013
Status: ❌ Closed
Base:
master← Head:addManyToOne📝 Commits (3)
8723e13Function test for addManyToOne database column mapping1e863e5Renamed files to Jira bug number92dbe4cRemoved NotEquals test📊 Changes
3 files changed (+78 additions, -0 deletions)
View changed files
➕
tests/Doctrine/Tests/Models/DDC2376/Reference.php(+22 -0)➕
tests/Doctrine/Tests/Models/DDC2376/User.php(+26 -0)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2376.php(+30 -0)📄 Description
When the PHPDriver is used to create a ManyToOne relationship with a table which has a primary key other than id the primary key is not associated correctly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.