Opened 16 years ago

Closed 16 years ago

#265 closed defect (fixed)

Schema Manager generates exception when unique constraint column not found

Reported by: brentrobinson Owned by: brentrobinson
Priority: critical Milestone: 3.3.0
Component: GenericRdbms API Version: 3.3.0
Severity: 1 Keywords: unique constraint hidden column exception
Cc: External ID:

Description

Some RDBMS's have hidden columns, which can have unique constraints. These unique constraints cause the Schema Manager to try to put a NULL object into a collection.

The fix will be to skip these unique constraints when loading them from the RDBMS.

Change History (2)

comment:1 by brentrobinson, 16 years ago

Status: newassigned

comment:2 by brentrobinson, 16 years ago

Resolution: fixed
Status: assignedclosed

Revision: 3781 Author: brentrobinson Date: 3:39:11 PM, Thursday, February 28, 2008 Message: Ticket#265: Skip loading unique constraints on hidden columns.


Modified : /trunk/Utilities/SchemaMgr/Src/Sm/Ph/Table.cpp

Note: See TracTickets for help on using tickets.