Cheers Jeremy, as I expected then. Thanks for sequel, the code is a joy to browse!
Ben On 3 May 2013 16:35, Jeremy Evans <[email protected]> wrote: > On Friday, May 3, 2013 8:05:47 AM UTC-7, Ben Lovell wrote: > >> Am I mistaken or can I only pass a connection string to Sequel.connect to >> specify the MySql JDBC adapter? Is there no means of specifying the >> dialect/platform/what-have-you via the options hash? >> > > You are not mistaken. Sequel's jdbc adapter passes the connection string > directly to JDBC. The assumption is that people using the jdbc adapter are > familiar with JDBC connection strings. > > You actually can use an options hash, but it needs to include a :uri > option with the full connection string. > > Thanks, > Jeremy > > -- > You received this message because you are subscribed to the Google Groups > "sequel-talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sequel-talk?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
