[PR #300] [CLOSED] Fix Mapping Database Driver #7992

Closed
opened 2026-01-22 15:57:52 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/300
Author: @OliverSkroblin
Created: 3/9/2012
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+16 additions, -12 deletions)

View changed files

📝 lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php (+16 -12)

📄 Description

If the table primary key can't be found the code was throwing an exception. The fix checks for the primary key existance.


🔄 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/300 **Author:** [@OliverSkroblin](https://github.com/OliverSkroblin) **Created:** 3/9/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b29d0d7`](https://github.com/doctrine/orm/commit/b29d0d7f27e5e160d907e458da1d70feeb46b1ef) Fix database driver ### 📊 Changes **1 file changed** (+16 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php` (+16 -12) </details> ### 📄 Description If the table primary key can't be found the code was throwing an exception. The fix checks for the primary key existance. --- <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:57:52 +01:00
admin closed this issue 2026-01-22 15:57:52 +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#7992