Foreign key relation on Unique constraints, spanning two columns converts incorrectly in "Generate VDB Archive and Models" wizard
Issue
- Foreign key relation on Unique constraints, spanning two columns converts incorrectly in "Generate VDB Archive and Models" wizard
Expected in metadata DLL for CatalogItem:
CONSTRAINT FKI_SECOND_THIRD_ID FOREIGN KEY(CatalogSecondID, CatalogThirdID) REFERENCES Catalog(SecondID, ThirdID)
Actual:
CONSTRAINT FKI_SECOND_THIRD_ID FOREIGN KEY(CatalogSecondID, CatalogThirdID) REFERENCES CatalogItem(ID)
Environment
- Red Hat JBoss Developer Studio (JDBS) 8.1
- Teiid Designer for JBDS 9.2 (9.2.0.Final-v20151028-1427-B4011)
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.