[PR #275] [CLOSED] fixes DDC-1471 #7950

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/275
Author: @exciler
Created: 1/31/2012
Status: Closed

Base: masterHead: DDC-1471


📝 Commits (1)

📊 Changes

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

View changed files

📝 lib/Doctrine/ORM/UnitOfWork.php (+12 -0)

📄 Description

This should fix a bug when a primary key is combined of a string/int field and a date field.
Now a DateTime object is converted to a timestamp value before imploding.

Should be possible to integrate in 2.1, too, but I´m not sure how to do that.


🔄 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/275 **Author:** [@exciler](https://github.com/exciler) **Created:** 1/31/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `DDC-1471` --- ### 📝 Commits (1) - [`ddb1e02`](https://github.com/doctrine/orm/commit/ddb1e02334743bc38dde3f33a1d493c99f2c94f8) fixes DDC-1471 ### 📊 Changes **1 file changed** (+12 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/UnitOfWork.php` (+12 -0) </details> ### 📄 Description This should fix a bug when a primary key is combined of a string/int field and a date field. Now a DateTime object is converted to a timestamp value before imploding. Should be possible to integrate in 2.1, too, but I´m not sure how to do that. --- <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:42 +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#7950