bug fixes: don't dump :case_sensitive => false for index with an expression that...
authorronen barzel <ronen@barzel.org>
Thu, 17 Jan 2013 02:59:55 +0000 (02:59 +0000)
committerronen barzel <ronen@barzel.org>
Thu, 17 Jan 2013 02:59:55 +0000 (02:59 +0000)
commitadbe3eacc3ac9fb5b5474a520845fa52b83c7d28
treefeef44a95e224f6f952724066b5ba139a037c0c1
parentc3a44964ea6e6fa30b38af37eb772b69a703aed5
bug fixes: don't dump :case_sensitive => false for index with an expression that includes 'lower(name)', and properly dump multi-column case_insensitive indexes.

Closes #84
lib/schema_plus/active_record/connection_adapters/postgresql_adapter.rb
spec/schema_dumper_spec.rb