Skip to content

[Bug]: Adding an auto-increment column does not match the offline detection #1871

@tonghan-gsh

Description

@tonghan-gsh

ODC version

ODC4.2.4

OB version

OB4.2

What happened?

Adding an auto-increment column does not match the offline detection
image

What did you expect to happen?

Adding an auto-increment column must match the offline detection

How can we reproduce it (as minimally and precisely as possible)?

create table test_identity(a int);
ALTER TABLE test_identity ADD (id NUMBER GENERATED BY DEFAULT ON NULL AS IDENTITY);

Anything else we need to know?

No response

Cloud

No response

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

Status

Closed

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions