|
|
@@ -253,7 +253,7 @@ func (mc *mysqlConn) interpolateParams(query string, args []driver.Value) (strin
|
|
|
if v == nil {
|
|
|
buf = append(buf, "NULL"...)
|
|
|
} else {
|
|
|
- buf = append(buf, '\'')
|
|
|
+ buf = append(buf, "_binary'"...)
|
|
|
if mc.status&statusNoBackslashEscapes == 0 {
|
|
|
buf = escapeBytesBackslash(buf, v)
|
|
|
} else {
|