mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
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?
Original Pull Request: https://github.com/doctrine/orm/pull/6574
State: closed
Merged: No
In some cases, it will be good to use multiple
NewObjectExpression.For example, I used money library for money calculations and I would like to return the price of each item in my bucket as a
Moneyvalue object.See: #6573
Right now I committed the only test.