On Sep 28, 10:11 pm, Christer Nilsson <[email protected]>
wrote:
> DB['SELECT 1'].all gives exactly the same error message. No table involved.
>
> I tried at least two installations:
>
> gem install mysql
> gem install do_mysql
>
> Should I uninstall something?
You could try the data objects adapter:
DB = Sequel.connect('do:mysql://user:passw...@localhost/sonar')
Sequel 3.4.0 works with DataObjects 0.9, the master branch works with
DataObjects 0.10.
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
-~----------~----~----~----~------~----~------~--~---