[PR #837] [MERGED] DDC-2775 Tests and fix #8775

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/837
Author: @mnapoli
Created: 11/4/2013
Status: Merged
Merged: 1/2/2014
Merged by: @beberlei

Base: masterHead: DDC2775


📝 Commits (6)

  • 8bd54be [DDC-2775] Tests reproducing DDC-2775
  • e018bb8 [DDC-2775] Bugfix
  • 791ec3b Fixed tests for pgsql: was using reserved keyword as table name
  • 1899bcf Fixed tests failing in pgsql because of used of a reserved keyword
  • 602c3be Cleaned up tests for DDC-2775
  • c9791fe Inlined the model for the DCC2775 test case inside the test class

📊 Changes

2 files changed (+154 additions, -2 deletions)

View changed files

📝 lib/Doctrine/ORM/UnitOfWork.php (+8 -2)
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2775Test.php (+146 -0)

📄 Description

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


🔄 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/837 **Author:** [@mnapoli](https://github.com/mnapoli) **Created:** 11/4/2013 **Status:** ✅ Merged **Merged:** 1/2/2014 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `DDC2775` --- ### 📝 Commits (6) - [`8bd54be`](https://github.com/doctrine/orm/commit/8bd54be4ecdcc2cac4e5bb3a8d9f4440ac239d52) [DDC-2775] Tests reproducing DDC-2775 - [`e018bb8`](https://github.com/doctrine/orm/commit/e018bb83f0d2c0e92560c4644ec9f4d008cb741b) [DDC-2775] Bugfix - [`791ec3b`](https://github.com/doctrine/orm/commit/791ec3bc6eb5d0fc75fc1238df47dbce63b12b0e) Fixed tests for pgsql: was using reserved keyword as table name - [`1899bcf`](https://github.com/doctrine/orm/commit/1899bcf00012712ba1326e740e6b1746845c9f1b) Fixed tests failing in pgsql because of used of a reserved keyword - [`602c3be`](https://github.com/doctrine/orm/commit/602c3be3fc30bfa7f8839eb13aa94fd236d40f01) Cleaned up tests for DDC-2775 - [`c9791fe`](https://github.com/doctrine/orm/commit/c9791fe97f2e5c4c51b0e4b464c66ddf00db77e9) Inlined the model for the DCC2775 test case inside the test class ### 📊 Changes **2 files changed** (+154 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/UnitOfWork.php` (+8 -2) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2775Test.php` (+146 -0) </details> ### 📄 Description http://www.doctrine-project.org/jira/browse/DDC-2775 --- <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:01:39 +01:00
admin closed this issue 2026-01-22 16:01:40 +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#8775