IndexDefinition.orders now works for postgresql and sqlite3. ordered indexes aren...
authorronen barzel <ronen@barzel.org>
Tue, 6 Nov 2012 23:49:27 +0000 (23:49 +0000)
committerronen barzel <ronen@barzel.org>
Wed, 7 Nov 2012 23:19:23 +0000 (23:19 +0000)
commit0f5a47c014ca842091b9eef28b0ab2813f78e5c3
tree566f1ffd44726a68b7f01c8874b033012a19c470
parenta50783e9af75d6defe9f1d7021e339dc7d3bf860
IndexDefinition.orders now works for postgresql and sqlite3.  ordered indexes aren't supported by mysql.
lib/schema_plus/active_record/connection_adapters/index_definition.rb
lib/schema_plus/active_record/connection_adapters/mysql_adapter.rb
lib/schema_plus/active_record/connection_adapters/postgresql_adapter.rb
lib/schema_plus/active_record/connection_adapters/sqlite3_adapter.rb
spec/index_definition_spec.rb