2009/4/9 Jeremy Evans <[email protected]>

> Try using the above code and see if it makes a difference.  If not,
> add an SQL logger and post again with the output.
>

Yea I was gonna suggest adding a logger to give yourself (and us) some more
info, when you have a logger there I'm fairly sure you'll spot the problem
right away yourself ;)

eg

require 'sequel'
require 'logger'

DB = Sequel.connect( .... , :logger => Logger.new( STDOUT ) )

...




--
Clive

--~--~---------~--~----~------------~-------~--~----~
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