Ruby on Rails Friday, August 13, 2010

Hi Jaime,

On 13 Aug 2010, at 11:49, Jaime Ferreira wrote:

> How is it possible that the fixtures loading go around my database
> constraints?

For PostgreSQL AFAIK, the triggers which enforce RI are disabled prior to the loading of the fixtures. I only discovered this because I ran into a problem recently where my tests were failing because the db user for the tests did not have permissions to disable the triggers.

Regards,

Tony Byrne.

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

No comments:

Post a Comment