You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't appear to be necessary on the MySQL side, but if you
mix utf-8 input strings and blobs in the same string on ruby 1.9+,
you can end up with encoding errors on the ruby side. Hex encoding
the blobs can work around that, and doesn't appear to cause an harm
other than bloating the SQL string used. Performance sensitive
code should be using prepared statements for large blob input
anyway, so that doesn't seem like a major downside.
0 commit comments