mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #12015] New allfields #13412
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/12015
State: closed
Merged: No
annother way to give a chance to https://github.com/doctrine/orm/pull/11846
to respond to @beberlei : u.* is replaced by ALLFIELDS(u) and can be use only in NewObject constructor,
it thrown an exception when it's not used in "NEW NAMED" Dto
new : it accept now enum types.
hope it's better for you.
cross fingers.