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.
1 parent 327af39 commit 63380a3Copy full SHA for 63380a3
lib/active_record/connection_adapters/cockroachdb_adapter.rb
@@ -218,6 +218,10 @@ def supports_string_to_array_coercion?
218
@crdb_version >= 202
219
end
220
221
+ def supports_partitioned_indexes?
222
+ false
223
+ end
224
+
225
# This is hardcoded to 63 (as previously was in ActiveRecord 5.0) to aid in
226
# migration from PostgreSQL to CockroachDB. In practice, this limitation
227
# is arbitrary since CockroachDB supports index name lengths and table alias
0 commit comments