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
sql: block ALTER TABLE of identity columns not backed by a sequence
Previously, identity columns not backed by sequences (e.g. SERIAL
columns with serial_normalization=rowid) were not protected from ALTER
operations that modified identity attributes. This could lead to
assertion failures. This change adds checks to block such ALTER TABLE
statements.
Fixes#147488Fixes#146989
Epic: none
Release note (bug fix): Prevented ALTER TABLE from modifying identity
attributes on columns not backed by a sequence.
0 commit comments