Do not schema-qualify the DDL constraint references if they are
within the current schema
-----------------------------------------------------------------------------------------
Key: TEIID-2950
URL:
https://issues.jboss.org/browse/TEIID-2950
Project: Teiid
Issue Type: Enhancement
Components: AdminApi
Affects Versions: 8.7
Reporter: Mark Drilling
Assignee: Steven Hawkins
Fix For: 8.8, 8.7.1
The DDL constraint statements now contain the model name in order to qualify the schema.
For example :
CONSTRAINT FK_Account_ParentId FOREIGN KEY(ParentId) REFERENCES importVDBSrcModel.Account
(Id)
Request that the schema be dropped if the reference is within the current schema.