You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release note (sql change): previously, the DROP CONSTRAINT, ADD CONSTRAINT
in one trick to have a new primary key without moving old
primary key to be a secondary index didn't work if the primary
key name is a reserved SQL keyword. A constraint already exists
error was returned. This patch fixed the bug, the trick now
also works with primary key named as reserved keywords.
Exalate commented:
Related PR: cockroachdb/cockroach#90865
Commit: cockroachdb/cockroach@746f8f9
Release note (sql change): previously, the
DROP CONSTRAINT, ADD CONSTRAINT
in one trick to have a new primary key without moving old
primary key to be a secondary index didn't work if the primary
key name is a reserved SQL keyword. A
constraint already exists
error was returned. This patch fixed the bug, the trick now
also works with primary key named as reserved keywords.
Jira Issue: DOC-6085
The text was updated successfully, but these errors were encountered: