DDC-1043: Unit of Work - computeChangeSet #1301

Open
opened 2026-01-22 13:08:59 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Feb 25, 2011).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user vigor_bg:

In the unit of work in the compute Change Set function. When comparing the old and the new value of a field. In the case 'Entity is "fully" MANAGED'. And the values are strings it is used

$orgValue != $actualValue

comparison operator instead of

$orgValue !== $actualValue

Which lead to not detecting some changes. I know it is not something major, but it is really annoying. So please fix it for the next release.

Thanks in advance. :)

Originally created by @doctrinebot on GitHub (Feb 25, 2011). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user vigor_bg: In the unit of work in the compute Change Set function. When comparing the old and the new value of a field. In the case 'Entity is "fully" MANAGED'. And the values are strings it is used ``` $orgValue != $actualValue ``` comparison operator instead of ``` $orgValue !== $actualValue ``` Which lead to not detecting some changes. I know it is not something major, but it is really annoying. So please fix it for the next release. Thanks in advance. :)
admin added the Bug label 2026-01-22 13:08:59 +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#1301