seqexpr: ON UPDATE sequence expressions contain by-name references #77145
Labels
A-schema-changer-impl
Related to the implementation of the new schema changer
A-schema-descriptors
Relating to SQL table/db descriptor handling.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
I noticed this during recent declarative schema changer work.
yields
Instead we expect:
"onUpdateExpr": "nextval(104:::REGCLASS)"
Jira issue: CRDB-13432
The text was updated successfully, but these errors were encountered: