Stephen Veiss
2008-Feb-22 05:53 UTC
[PATCH] fix postgresql_adapter index dumping with multiple schemas
Hi, I''ve recently updated an old patch to PostgreSQLAdapter#indexes, which fixes a bug with schema dumping with multiple database schemas present. The new patch corrects an edge case bug in the original patch, includes test cases, and has been tested against PostgreSQL 7.4, 8.1 and 8.3. The ticket is at http://dev.rubyonrails.org/ticket/8659 ; I''d appreciate any code review, comments, etcetera -- this is my first attempt at submitting a patch to Rails. Regards, Stephen Veiss --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
Reasonably Related Threads
- [CruiseControl] RubyOnRails build 8649 failed
- Prepared statements and postgreSQL schemas
- Support for deferrable constraints in PostgreSQLAdapter#disable_referential_integrity
- Any comment on adding #cast and #cast! to ActiveRecord::Relation?
- How to configure every (postgresql) db connection?