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

sql: handle CONSTRAINT...UNIQUE with PARTITION BY ALL / REGIONAL BY ROW #59364

Merged
merged 2 commits into from
Jan 26, 2021

Commits on Jan 24, 2021

  1. sql: teach ADD UNIQUE CONSTRAINT to respect PARTITION ALL BY

    Release note (sql change): Fix-up ALTER TABLE ... ADD CONSTRAINT ...
    UNIQUE to partition correctly under a PARTITION ALL BY table.
    otan committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    c2055ff View commit details
    Browse the repository at this point in the history
  2. sql: respect REGIONAL BY ROW when adding a new UNIQUE CONSTRAINT

    Release note (sql change): This change teaches CRDB to apply zone
    configs to new unique constraints in REGIONAL BY ROW tables.
    otan committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    50aadd7 View commit details
    Browse the repository at this point in the history