[PR #6055] [WIP] Fixed wrong operator use in condition #9832

Open
opened 2026-01-22 16:05:33 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/6055

State: closed
Merged: No


Hello,
this fix will allow Unit of Work to stop early when there is nothing to do. Currently Doctrine starts transaction and commits it each time flush is called as this condition is invalid.

**Original Pull Request:** https://github.com/doctrine/orm/pull/6055 **State:** closed **Merged:** No --- Hello, this fix will allow **Unit of Work** to stop early when there is nothing to do. Currently Doctrine starts _transaction_ and _commits_ it each time flush is called as this condition is invalid.
admin added the pull-request label 2026-01-22 16:05:33 +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#9832