Skip to content
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

Merged
merged 4 commits into from
Nov 16, 2021
Merged

Conversation

timgraham
Copy link
Collaborator

No description provided.

@timgraham timgraham force-pushed the v21.2 branch 2 times, most recently from ac16940 to 2ce8b9c Compare October 11, 2021 22:47
@timgraham timgraham force-pushed the v21.2 branch 3 times, most recently from b52a274 to 5d5cd92 Compare October 26, 2021 22:07
@@ -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
Copy link
Collaborator Author

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?

Copy link
Contributor

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

@timgraham timgraham requested a review from rafiss October 26, 2021 22:09
@timgraham timgraham changed the title [wip] add support for CockroachDB 21.2 add support for CockroachDB 21.2 Oct 26, 2021
@timgraham timgraham force-pushed the v21.2 branch 2 times, most recently from bb2a448 to f57c541 Compare November 2, 2021 01:38
@timgraham timgraham marked this pull request as ready for review November 16, 2021 00:42
# 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',
Copy link
Contributor

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

@timgraham timgraham merged commit c2367ea into cockroachdb:master Nov 16, 2021
@timgraham timgraham deleted the v21.2 branch November 16, 2021 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants