-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for CockroachDB 21.2 #230
Conversation
ac16940
to
2ce8b9c
Compare
b52a274
to
5d5cd92
Compare
django_cockroachdb/features.py
Outdated
@@ -180,6 +186,9 @@ def django_test_expected_failures(self): | |||
'model_fields.test_jsonfield.TestQuerying.test_order_grouping_custom_decoder', | |||
'model_fields.test_jsonfield.TestQuerying.test_ordering_by_transform', | |||
'model_fields.test_jsonfield.TestQuerying.test_ordering_grouping_by_key_transform', | |||
# cannot index a json element: | |||
# https://github.com/cockroachdb/cockroach/issues/30690 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be reopened or a new issue opened?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think we can link to this one cockroachdb/cockroach#35706
bb2a448
to
f57c541
Compare
# ALTER COLUMN ... SET NOT NULL crashes with "validate check | ||
# constraint: column "crdb_internal_idx_expr" does not exist": | ||
# https://github.com/cockroachdb/cockroach/issues/72012 | ||
'migrations.test_operations.OperationTests.test_alter_field_with_func_index', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sure you've seen this already, but this will be fixed in v21.2.1
No description provided.