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: fix bug with decoding descending collated strings #46579

Merged
merged 1 commit into from
Mar 25, 2020

Commits on Mar 25, 2020

  1. sql: fix bug with decoding descending collated strings

    Fixes cockroachdb#46394.
    
    Fixes a bug where the decoding logic for collated strings
    would assume the collated string was always in encoded
    to be sorted in ascending order.
    
    Release justification: fixes a bug
    Release note (bug fix): Fixes a bug where operations on an index
    that contained a collated string in descending order would fail.
    rohany committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    67cf579 View commit details
    Browse the repository at this point in the history