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
ALTER TABLE T ALTER COLUMN expr INT64 NOT NULL AS (1) STORED;
Current error
syntax error:testdata/generated_column.test:6:48: expected token: <eof>, but: AS
6: ALTER TABLE T ALTER COLUMN expr INT64 NOT NULL AS (1) STORED;
^~
The text was updated successfully, but these errors were encountered:
apstndb
changed the title
Incompatibilities: ALTER to NOT NULL is not supported
Incompatibilities: ALTER COLUMN AS STORED / NOT NULL and is not supported
Sep 12, 2024
apstndb
changed the title
Incompatibilities: ALTER COLUMN AS STORED / NOT NULL and is not supported
Incompatibilities: ALTER COLUMN NOT NULL is not supported
Sep 12, 2024
apstndb
changed the title
Incompatibilities: ALTER COLUMN NOT NULL is not supported
Incompatibilities: ALTER COLUMN with generated columns is not supported
Sep 12, 2024
This incompatibility is detected by #90.
Spec
It is not explicitly written in DDL reference, but it is supported with/without
NOT NULL
.https://cloud.google.com/spanner/docs/generated-column/how-to#modify-generated-column
Reproducing input
Current error
The text was updated successfully, but these errors were encountered: