File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ Reed Allman <rdallman10 at gmail.com>
8383Richard Wilkes <wilkes at me.com>
8484Robert Russell <robert at rrbrussell.com>
8585Runrioter Wung <runrioter at gmail.com>
86+ Samantha Frank <hello at entropy.cat>
8687Santhosh Kumar Tekuri <santhosh.tekuri at gmail.com>
8788Sho Iizuka <sho.i518 at gmail.com>
8889Sho Ikeda <suicaicoca at gmail.com>
Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ func (mc *mysqlConn) handleParams() (err error) {
7171 cmdSet .Grow (4 + len (param ) + 1 + len (val ) + 30 * (len (mc .cfg .Params )- 1 ))
7272 cmdSet .WriteString ("SET " )
7373 } else {
74- cmdSet .WriteByte ( ',' )
74+ cmdSet .WriteString ( ", " )
7575 }
7676 cmdSet .WriteString (param )
77- cmdSet .WriteByte ( '=' )
77+ cmdSet .WriteString ( " = " )
7878 cmdSet .WriteString (val )
7979 }
8080 }
You can’t perform that action at this time.
0 commit comments