Changes in Pre/Post updates and Enums #10568
Unanswered
pkly
asked this question in
Support Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was wondering if it's desired behavior that the changes passed to Doctrine's EventListeners via
PreUpdateEventArgs
on Maria/MySQL are the values of a field instead of it's enum representation, even if said field has enumType specified?I thought doctrine would handle this somehow and return the changes as enums, is this something you're considering for the future versions?
Beta Was this translation helpful? Give feedback.
All reactions