[CHANGED] :ignore_case => true option when creating indexes change to :case_sensitive...
commit07b66ec753985e114694f4caf7319d35426f0f65
authorharuki_zaemon <haruki_zaemon@67570413-2614-0410-8c7a-c7689aa8d500>
Tue, 20 Feb 2007 13:01:55 +0000 (20 13:01 +0000)
committerharuki_zaemon <haruki_zaemon@67570413-2614-0410-8c7a-c7689aa8d500>
Tue, 20 Feb 2007 13:01:55 +0000 (20 13:01 +0000)
tree87423438e5e09a559f33ad24d320b46b54b67958
parent62910a3be82f9fac648447c25642a2a0b31c3e4f
[CHANGED] :ignore_case => true option when creating indexes change to :case_sensitive => false in keeping with the new Rails 1.2 option of the same name on validates_uniqueness_of. You may need to re-create your schema.rb (by using rake db:schema:dump) to pickup the new syntax.
[FIXED] Multi-column, case-insensitive indexes only selecting one of the columns!

git-svn-id: svn://rubyforge.org/var/svn/redhillonrails/trunk@214 67570413-2614-0410-8c7a-c7689aa8d500
15 files changed:
app/models/country.rb
db/migrate/001_create_system_settings.rb
db/migrate/002_create_countries.rb
db/migrate/003_create_states.rb
db/migrate/004_create_cities.rb
db/migrate/005_create_customers.rb
db/migrate/006_create_products.rb
db/migrate/007_create_orders.rb
db/migrate/010_create_logins.rb
test/unit/country_test.rb
vendor/plugins/redhillonrails_core/CHANGELOG
vendor/plugins/redhillonrails_core/README
vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/index_definition.rb
vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/postgresql_adapter.rb
vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/schema_dumper.rb