On Jun 7, 11:32 am, Jeremy Evans <
jeremyeva...@gmail.com> wrote:
> On Jun 4, 8:07 am, Jeremy Evans <
jeremyeva...@gmail.com> wrote:
>
> > Between 3.11.0 and 3.12.0 I made a change to the the way the encoding
> > was set in the MySQL adapter (
http://github.com/jeremyevans/sequel/
> > commit/0adf8f14371fccff213cc9cd347611e642e32e44). This fixed the OPs
> > case, but it appears to have broken other cases. One workaround that
> > fixes both cases is making it so Sequel does not read the client
> > default group by default, but I think that would break backwards
> > compatibility for people that are relying on that feature.
>
> > Anyway, if you use MySQL and understand the issues, please take a look
> > athttp://
code.google.com/p/ruby-sequel/issues/detail?id=300andadd
> > your comments.
>
> > If I don't get any responses, I'll probably end up reverting the
> > previous patch and not reading the client default group by default,
> > using the patch at (
http://pastie.org/967778.txt).
>