[PR #147] [MERGED] Goetas: Better error handling on missing assigned id #7772

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/147
Author: @asm89
Created: 10/15/2011
Status: Merged
Merged: 10/15/2011
Merged by: @beberlei

Base: masterHead: assignid


📝 Commits (3)

  • d24f288 Better error handling on missing assigned id
  • fdb9fb1 AssignedGenerator can always tell what field is missing an id
  • c5e51e6 Merge branch 'master' into assignid

📊 Changes

2 files changed (+12 additions, -13 deletions)

View changed files

📝 lib/Doctrine/ORM/Id/AssignedGenerator.php (+6 -6)
📝 lib/Doctrine/ORM/ORMException.php (+6 -7)

📄 Description

Fork of #141, always throwing the 'new' exception message. Removing the old one.


🔄 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/147 **Author:** [@asm89](https://github.com/asm89) **Created:** 10/15/2011 **Status:** ✅ Merged **Merged:** 10/15/2011 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `assignid` --- ### 📝 Commits (3) - [`d24f288`](https://github.com/doctrine/orm/commit/d24f2881496fcf0faa6c7a1a22f07e3fc001d935) Better error handling on missing assigned id - [`fdb9fb1`](https://github.com/doctrine/orm/commit/fdb9fb1c2b5d35974188eb9344d87e0a41c75ca8) AssignedGenerator can always tell what field is missing an id - [`c5e51e6`](https://github.com/doctrine/orm/commit/c5e51e6fa992ebe8ce5121a83759899318794803) Merge branch 'master' into assignid ### 📊 Changes **2 files changed** (+12 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Id/AssignedGenerator.php` (+6 -6) 📝 `lib/Doctrine/ORM/ORMException.php` (+6 -7) </details> ### 📄 Description Fork of #141, always throwing the 'new' exception message. Removing the old one. --- <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:45 +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#7772