On 1/17/07, Jarkko Laine <[EMAIL PROTECTED]> wrote:

I don't get that error, but I'm not 100% sure if I'm using the pure
ruby driver either. Judging by the gem list I don't have any postgres
driver gem installed. I am getting a bunch of schema-related errors,
though, but I think that's because of some weird permission issues.


Those errors (5 of them, I think) are chained. The first test errors out
because it tries to create a new schema with a new role as owner. (You
should grant role creation permissions to the user you're testing with.) The
role is created, but the schema isn't and the consequent tests fail because
of it.

Jarkko, I don't think you can connect to Postgres database without any of
the following: postgres, ruby-postgres, postgres-pr. I'm using ruby-postgres
with Rails 1.2, using postgres spews out much more errors, almost all
regarding an auto-increment primary key column (id) being given NULL as
value (primary keys are NOT NULL).

-M

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on 
Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to