On Apr 5, 8:51 am, Daniel <[email protected]> wrote:
> Looks good to me.
>
> Where would one set opts[:config_local_infile] best when working with
> Sequel?

It's a database option, so it should be provided when connecting to
the database:

  Sequel.connect('mysql://...', :config_local_infile=>'client')

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.

Reply via email to