Any way to support JSON values inserted using []byte rather than string · Issue #819 · go-sql-driver/mysql

Issue description Golang uses []byte as the underlying type for JSON values. However, if you try to insert a value into MySQL for a JSON column using []byte and interpolateParams=true then it will ...