Skip to content

[Bug]: Deleting the primary key through alter table drop constraint is not recognized as offline #1875

@tonghan-gsh

Description

@tonghan-gsh

ODC version

ODC 4.2.4

OB version

OBOracle 4.2

What happened?

image
Deleting the primary key through alter table drop constraint is not recognized as offline

What did you expect to happen?

Delete the primary key identified as offline through alter table drop CONSTRAINT

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

create table test_identity(a int);
ALTER TABLE test_identity ADD CONSTRAINT constraint_name PRIMARY KEY (a);
ALTER TABLE test_identity DROP CONSTRAINT constraint_name;

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