[PR #127] [CLOSED] DDC-451 - Add GUID/UUID Id Generator #7740

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/127
Author: @maartendekeizer
Created: 9/19/2011
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

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

View changed files

lib/Doctrine/ORM/Id/UuidGenerator.php (+48 -0)
📝 lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php (+3 -0)
📝 lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php (+15 -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/127 **Author:** [@maartendekeizer](https://github.com/maartendekeizer) **Created:** 9/19/2011 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`84a35f8`](https://github.com/doctrine/orm/commit/84a35f806f3935e76ee987ffa234ec1aacd953fa) UUID id generator - [`063019a`](https://github.com/doctrine/orm/commit/063019a3d07b21122782877331eb37b47b13ca57) Fix comments ### 📊 Changes **3 files changed** (+66 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `lib/Doctrine/ORM/Id/UuidGenerator.php` (+48 -0) 📝 `lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php` (+3 -0) 📝 `lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php` (+15 -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:56:38 +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#7740