I came a cross a really strange behaviour when connecting to a Postgres 
database. The following

Sequel.connect(adapter: "postgres", dbname: "<database>")

apparently isn't equivalent to

Sequel.connect("postgres:///<database>")

When specifies as a Hash, it connects to some other database, I have no 
idea which. I even did a `dropdb <database>`, and Sequel was still able to 
connect and list tables. So, with Sequel I can connect to a database that I 
cannot see with `psql`. Do you have any idea what could be going on?


-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to