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-24.2: schemachange/mixed-versions: handle possible syntax error for BIT(0) column usage #134503

Merged
merged 1 commit into from
Nov 7, 2024

Commits on Nov 7, 2024

  1. schemachange/mixed-versions: handle possible syntax error for BIT(0) …

    …column usage
    
    A recent fix enabled support for BIT(0) columns (see issue #132944),
    which has since been backported. However, since this backport hasn’t
    been released yet, running against an older down-level client may still
    trigger a syntax error. This change adds a temporary check to handle
    such errors until the backports for #132944 are publicly released.
    
    This adjustment will be backported to older branches, with slight
    variations per release:
    - release-24.3: Reuse the same fix as in master.
    - release-24.2: Use isClusterVersionLessThan with clusterversion.V24.2.
    - release-24.1: Use isClusterVersionLessThan with clusterversion.V24.1.
    - release-23.2: Use isClusterVersionLessThan with clusterversion.V23.2.
    
    Epic: None
    Release note: None
    Closes: #133339, #133790, #131162
    spilchen committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    69e93ac View commit details
    Browse the repository at this point in the history