[PR #956] [CLOSED] [WIP] Foreign association index names #8953

Closed
opened 2026-01-22 16:02:29 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/956
Author: @jsuggs
Created: 2/19/2014
Status: Closed

Base: masterHead: foreign-association-index-names


📝 Commits (2)

  • bf6e5b5 Allow for the specification of an indexName for ManyToOne relationships
  • cca4ec4 Allow for the specification of an indexName for ManyToMany relationships

📊 Changes

4 files changed (+19 additions, -2 deletions)

View changed files

📝 lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php (+2 -0)
📝 lib/Doctrine/ORM/Mapping/ManyToMany.php (+5 -0)
📝 lib/Doctrine/ORM/Mapping/ManyToOne.php (+5 -0)
📝 lib/Doctrine/ORM/Tools/SchemaTool.php (+7 -2)

📄 Description

See http://www.doctrine-project.org/jira/browse/DDC-2989


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/956 **Author:** [@jsuggs](https://github.com/jsuggs) **Created:** 2/19/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `foreign-association-index-names` --- ### 📝 Commits (2) - [`bf6e5b5`](https://github.com/doctrine/orm/commit/bf6e5b59356e87192f10b42f25c31c9bd0f668e5) Allow for the specification of an indexName for ManyToOne relationships - [`cca4ec4`](https://github.com/doctrine/orm/commit/cca4ec4b3ed8c1e16b9f91012115fc410af78296) Allow for the specification of an indexName for ManyToMany relationships ### 📊 Changes **4 files changed** (+19 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php` (+2 -0) 📝 `lib/Doctrine/ORM/Mapping/ManyToMany.php` (+5 -0) 📝 `lib/Doctrine/ORM/Mapping/ManyToOne.php` (+5 -0) 📝 `lib/Doctrine/ORM/Tools/SchemaTool.php` (+7 -2) </details> ### 📄 Description See http://www.doctrine-project.org/jira/browse/DDC-2989 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:02:29 +01:00
admin closed this issue 2026-01-22 16:02:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8953