Closed
Description
I noticed this happening while working on the Kotlin codegen. By the time it gets down to codegen in the intermediate *compiler.Column
values, blob
becomes text
and varbinary
becomes varchar
. I couldn't track down what was causing this. I would have expected both these types to turn into []byte
in codegen, and mysql_types.go
does handle it that way.