Fix ScanType returned for BLOB
Previously ColumnTypeScanType returned the reflect.Type of [][]byte for BLOB columns, resulting in a failure to scan when the type was constructed dynamically based on this return.
Loading
Please register or sign in to comment