]
Barry LaFond resolved TEIIDDES-3154.
------------------------------------
Fix Version/s: 11.1.1
Assignee: Barry LaFond
Resolution: Done
master:
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
Assignee: Barry LaFond
Priority: Critical
Fix For: 11.1.1
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.