[PR #318] [CLOSED] [WIP] Adding Multiple ID Generators support #8022

Open
opened 2026-01-22 15:58:01 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/318
Author: @guilhermeblanco
Created: 4/1/2012
Status: Closed

Base: MultipleIdGeneratorHead: master


📝 Commits (1)

  • 5b18718 [DDC-1746] Throw exception on invalid cascade option.

📊 Changes

3 files changed (+27 additions, -0 deletions)

View changed files

📝 lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php (+6 -0)
📝 lib/Doctrine/ORM/Mapping/MappingException.php (+9 -0)
📝 tests/Doctrine/Tests/ORM/Mapping/ClassMetadataTest.php (+12 -0)

📄 Description

No description provided


🔄 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/318 **Author:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Created:** 4/1/2012 **Status:** ❌ Closed **Base:** `MultipleIdGenerator` ← **Head:** `master` --- ### 📝 Commits (1) - [`5b18718`](https://github.com/doctrine/orm/commit/5b18718b925c74c80ca13e72341c08ddcfe6fb0c) [DDC-1746] Throw exception on invalid cascade option. ### 📊 Changes **3 files changed** (+27 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php` (+6 -0) 📝 `lib/Doctrine/ORM/Mapping/MappingException.php` (+9 -0) 📝 `tests/Doctrine/Tests/ORM/Mapping/ClassMetadataTest.php` (+12 -0) </details> ### 📄 Description _No description provided_ --- <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 15:58:01 +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#8022