Looks good to me. Where would one set opts[:config_local_infile] best when working with Sequel?
On Apr 3, 12:47 am, Jeremy Evans <[email protected]> wrote: > On Apr 2, 2:54 am, Daniel <[email protected]> wrote: > > > This works for me. I'm gaiottino btw. The only reservation I have is > > that I found this issue when I realized that upgrading from 3.0.6 > > broke local infile sql and the option to activate this again is not > > valid for the [client] config as this prevents you from using for > > example mysqldump. That's why I proposed that [sequel] use it's own > > group. > > > Another solution may be to put the line > > > conn.options(Mysql::OPT_LOCAL_INFILE, "client") > > > back in so that local infile always works again but still allow other > > configuration to be read from the [client] group. So far it's only the > > option local-infile=1 that I've found causes an issue. > > Will this work for everyone?:http://pastie.org/901154.txt > > Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
