mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Allow doctrine to work correctly with counters #7239
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @awwar on GitHub (Nov 3, 2023).
Feature Request
Summary
First of all, I want to say thank you to your team. Doctrine allows complex things to be made very simple, understandable and supportable.
But there are certain things that still have to be processed with raw queries.
For example, increasing counters:
What happens after
flushnow, withoutAsCounterattribute:But it would be cool if, thanks to the
AsCounterattribute, it worked like this: