mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Formula proposal #5225
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 @skornev on GitHub (Aug 21, 2016).
I think it would be great to have such thing as Formula in Hibernate. It would help to use aggregated fields
Because currently this kind of thing http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/cookbook/aggregate-fields.html is weird.
If a record was removed directly from DB it would lead to different balance in aggregated field and balance calculated summing rows.