Closed JensenTStava closed 2 years ago
in Mysql 5.7 you can have JSON column types. The library currently returns those as strings and you have to loop through those values to convert them to JSON. This change adds JSON parsing when the column type is JSON.
in Mysql 5.7 you can have JSON column types. The library currently returns those as strings and you have to loop through those values to convert them to JSON. This change adds JSON parsing when the column type is JSON.