sql: unique without index constraint not validated if it's added with drop column in one statement #99281
Labels
branch-release-23.1
Used to mark GA and release blockers, technical advisories, and bugs for 23.1
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
GA-blocker
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Describe the problem
if a UNIQUE WITHOUT INDEX constraint is added with a DROP COLUMN in one statement, the uniqueness is not vlidated.
To Reproduce
Expected behavior
add unique constraint should fail...
Environment:
Jira issue: CRDB-25805
The text was updated successfully, but these errors were encountered: