Mario Majernik created TEIIDDES-3024:
----------------------------------------
Summary: Import/Export ddl problem with Indexes
Key: TEIIDDES-3024
URL:
https://issues.jboss.org/browse/TEIIDDES-3024
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 11.0.1
Reporter: Mario Majernik
Attachments: verification.zip
According this : [DDL
metadata|https://docs.jboss.org/author/display/TEIID/DDL+Metadata]
Index should look like this:
CONSTRAINT EXAMPLE_INDEX INDEX (name, amount)
but in our ddl look:
newColumn_1 string(4000) INDEX
Problem is that when we export and import source model new model have two indexes with the
same default name INDEX(colision/error) and also there are missing atributes Name In
Source and description.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)