Ramesh Reddy created TEIIDDES-3154:
--------------------------------------
Summary: Index keys not created for quoted columns names
Key: TEIIDDES-3154
URL:
https://issues.jboss.org/browse/TEIIDDES-3154
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 11.0
Reporter: Ramesh Reddy
Priority: Critical
If table has a columns like
CREATE FOREIGN TABLE Blah (
id int,
"year" date,
PRIMARY KEY ("year")
);
Then during the metadata import process, the PK is ignored. Also test same scenario for
UNIQUE KEY and FOREIGN KEY.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)