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

release-19.1: sql: allow inverted indexes on mixed-case cols #45678

Merged

Conversation

jordanlewis
Copy link
Member

Backport 1/1 commits from #45621.

/cc @cockroachdb/release


Closes #42944.

Previously, a bug prevented creation of inverted indexes on columns with
mixed-case identifiers. Now, the bug is fixed.

Release note (bug fix): it is now possible to create inverted indexes on
columns whose names are mixed-case.

@jordanlewis jordanlewis requested a review from rohany March 3, 2020 22:51
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Previously, a bug prevented creation of inverted indexes on columns with
mixed-case identifiers. Now, the bug is fixed.

Release note (bug fix): it is now possible to create inverted indexes on
columns whose names are mixed-case.
@rohany
Copy link
Contributor

rohany commented Mar 4, 2020

lgtm

@jordanlewis jordanlewis merged commit d651c17 into cockroachdb:release-19.1 Mar 4, 2020
@jordanlewis jordanlewis deleted the backport19.1-45621 branch March 4, 2020 04:26
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.

3 participants