[Teiid-Designer/teiid-designer] 5aaa1f: TEIIDDES-2982
by Barry LaFond
Branch: refs/heads/master
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: 5aaa1f16e1b68d5ef4dc73e8915e9464795bae21
https://github.com/Teiid-Designer/teiid-designer/commit/5aaa1f16e1b68d5ef...
Author: Barry LaFond <blafond(a)redhat.com>
Date: 2017-01-03 (Tue, 03 Jan 2017)
Changed paths:
M plugins/org.teiid.designer.ddl.importer/src/org/teiid/designer/ddl/importer/node/EmfModelGenerator.java
M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/ddl/TeiidModelToDdlGenerator.java
M tests/org.teiid.designer.vdb.test/src/org/teiid/designer/vdb/dynamic/TestModelToDdlGenerator.java
Log Message:
-----------
TEIIDDES-2982
* Added logic to add ANNOTATION props to remaining relational objects
* Adding NIS to OPTIONS() if applicable to remaining relational objects
* added JUnit test for CREATE table with FK/UC/PK
8 years
[Teiid-Designer/teiid-designer] d12968: TEIIDDES-2985
by Barry LaFond
Branch: refs/heads/master
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: d12968d65f70bae2f8de9a1cfa97083ae77bc90f
https://github.com/Teiid-Designer/teiid-designer/commit/d12968d65f70bae2f...
Author: Barry LaFond <blafond(a)redhat.com>
Date: 2017-01-03 (Tue, 03 Jan 2017)
Changed paths:
M plugins/org.teiid.designer.ddl.importer/src/org/teiid/designer/ddl/importer/TeiidDDLConstants.java
M plugins/org.teiid.designer.ddl.importer/src/org/teiid/designer/ddl/importer/node/teiid/TeiidDdlImporter.java
M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/ddl/TeiidDDLConstants.java
M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/ddl/TeiidModelToDdlGenerator.java
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/wizards/ExportDdlWizard.java
M tests/org.teiid.designer.vdb.test/src/org/teiid/designer/vdb/dynamic/TestModelToDdlGenerator.java
Log Message:
-----------
TEIIDDES-2985
* fixed issue with handling IN/OUT/RETURN values during import/export DDL
* Set default export DDL NIS & Native type checkboxes to TRUE
* now adding NIS option when exporting parameters
* properly setting function = TRUE when importing CREATE FUNCTION
8 years