enum conversion type has unexpected results #8598
Labels
bug
Something isn't working
correctness
We don't return the same result as MySQL
customer issue
good repro
Easily reproducible bugs
Depending on the conversion, we need to treat
ENUM
s as either ints or strings.MySQL:
Dolt:
This also impacts
CASE
statements (and probably many others), as the resulting enum is converted to a string, but comes out as an int.The text was updated successfully, but these errors were encountered: