We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac7edda + 509dc84 commit d730a85Copy full SHA for d730a85
lib/active_record/connection_adapters/cockroachdb_adapter.rb
@@ -173,6 +173,10 @@ def supports_string_to_array_coercion?
173
@crdb_version >= 202
174
end
175
176
+ def supports_partitioned_indexes?
177
+ false
178
+ end
179
+
180
# This is hardcoded to 63 (as previously was in ActiveRecord 5.0) to aid in
181
# migration from PostgreSQL to CockroachDB. In practice, this limitation
182
# is arbitrary since CockroachDB supports index name lengths and table alias
0 commit comments