You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that conversion of enum's to their raw type with convert() does not work. This surprised me, since it is the same procedure I use for other (non-enum) types. I prepared here a short example test.
Note however, that it is still possible to extract the type with get_value(), so I wanted to ask if this is by design (and why it is so only for enum's).
The text was updated successfully, but these errors were encountered:
I have noticed that conversion of enum's to their raw type with convert() does not work. This surprised me, since it is the same procedure I use for other (non-enum) types. I prepared here a short example test.
Note however, that it is still possible to extract the type with get_value(), so I wanted to ask if this is by design (and why it is so only for enum's).
The text was updated successfully, but these errors were encountered: