Hey Jeremy, thanks for your response. It turned out the '@' in my password was screwing up the URI parsing (handled by the URI standard library and not Sequel as you mentioned).
I now call Sequel.postgres() and pass connection parameters, similar to the MySQL connection examples, instead of Sequel.connect() which seemed to be the standard example for Postgres. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
