> This looks good.  I would only recommend two changes.
>
> 1) Use @db.run(@db.select(1).sql) instead of @db.run("SELECT 1").  Some
> databases require a dummy FROM clause, and "SELECT 1" is invalid SQL on
> those databases.
> 2) Log to all of Sequel's loggers, as opposed to just the first logger.

Fixed!

https://gist.github.com/3793354

Best regards,
Christoffer Sawicki

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