[JBoss JIRA] (TEIIDDES-2389) Add ui support for whole texttable no trim
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2389?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2389:
----------------------------------------
Basically add a "NO TRIM" check-box to the TEXT TABLE options dialog. This was added in Teiid 8.8, so only need to commit to master for 9.1 release
> Add ui support for whole texttable no trim
> ------------------------------------------
>
> Key: TEIIDDES-2389
> URL: https://issues.jboss.org/browse/TEIIDDES-2389
> Project: Teiid Designer
> Issue Type: Enhancement
> Environment: Teiid 8.8.0 Final
> Reporter: Shiveeta Mattoo
> Labels: File-connector, TEXTTABLE, TRIM
> Fix For: 9.1
>
>
> TEIID-3167 allows for NO TRIM to be specified against the whole texttable regardless of whether it is fixed width or delimited. If delimited, then unqualified entries will not be trimmed. For example:
> a , "b"
> would be parsed as
> a ,b - such that the space is preserved after a, but the qualified entry is unaffected.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2399) Creating view model from source model with generate transformations results in orphaned annotated object reference to source
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2399?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2399:
-----------------------------------
Fix Version/s: 9.0.2
> Creating view model from source model with generate transformations results in orphaned annotated object reference to source
> ----------------------------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2399
> URL: https://issues.jboss.org/browse/TEIIDDES-2399
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 8.6
> Reporter: Barry LaFond
> Assignee: Paul Richardson
> Fix For: 9.1, 9.0.2, 8.6.2
>
>
> Create a View model from a source model and choose the "Transform.." option to generate default transformations.
> The resulting View model will contain an extra <annotatedObject> reference in the same <annotations> element as the *relational* extension model reference
> {code:xml}
> <mmcore:AnnotationContainer xmi:uuid="mmuuid:9c7ac03c-bafc-4aa1-855f-4e6a43dd9c21">
> <annotations xmi:uuid="mmuuid:7aeb8904-fe0c-42ac-ae67-72c8ce5b397d">
> <tags xmi:uuid="mmuuid:873b6c71-41d4-476a-bf9a-442cb7fd7943" key="modelExtensionDefinition:relational" value="relational"/>
> <annotatedObject href="XXXXXXX.xmi#mmuuid/7291fb4c-da39-4bbc-9787-d2edd9b9551c"/>
> </annotations>
> {code}
> This won't cause problems for the View model, however if the View model is copied to yet another view model, the Model Import for the original source model will end up in the top level view model due to the orphaned "href=....."
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2210) Using Teiid Connection importer doesn't completely import the DDL
by Andrej Šmigala (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2210?page=com.atlassian.jira.plu... ]
Andrej Šmigala closed TEIIDDES-2210.
------------------------------------
Verified the Name In Source of the Foreign key is now properly set on the model.
The "teiid_infinispan:entity_class" is no longer used by Teiid.
Designer 9.0.1 and 8.6.1
> Using Teiid Connection importer doesn't completely import the DDL
> -----------------------------------------------------------------
>
> Key: TEIIDDES-2210
> URL: https://issues.jboss.org/browse/TEIIDDES-2210
> Project: Teiid Designer
> Issue Type: Bug
> Components: Teiid Integration
> Affects Versions: 8.5
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Fix For: 9.0, 8.6.1
>
>
> When using Teiid connection importer, there's a couple of issues importing the ddl:
> 1. this property isn't being loaded: "teiid_infinispan:entity_class" 'org.jboss.as.quickstarts.datagrid.hotrod.query.domain.Person'
> 2. NIS for Foreign key isn't being set: CONSTRAINT FK_PERSON FOREIGN KEY(Id) REFERENCES Person (Id) OPTIONS (NAMEINSOURCE 'phones')
> Example DDL:
> CREATE FOREIGN TABLE Person (
> PersonObject object OPTIONS (NAMEINSOURCE 'this', SEARCHABLE 'Unsearchable', NATIVE_TYPE 'java.lang.Object'),
> name string OPTIONS (SEARCHABLE 'Searchable', NATIVE_TYPE 'java.lang.String'),
> id integer OPTIONS (SEARCHABLE 'Searchable', NATIVE_TYPE 'java.lang.Integer'),
> email string OPTIONS (SEARCHABLE 'Searchable', NATIVE_TYPE 'java.lang.String'),
> CONSTRAINT PK_ID PRIMARY KEY(id)
> ) OPTIONS (NAMEINSOURCE 'PersonsCache', "teiid_infinispan:entity_class" 'org.jboss.as.quickstarts.datagrid.hotrod.query.domain.Person');
> CREATE FOREIGN TABLE PhoneNumber (
> number string OPTIONS (NAMEINSOURCE 'phone.number', SEARCHABLE 'Searchable', NATIVE_TYPE 'java.lang.String'),
> type string OPTIONS (NAMEINSOURCE 'phone.type', SEARCHABLE 'Searchable', NATIVE_TYPE 'java.lang.String'),
> Id integer NOT NULL OPTIONS (SELECTABLE FALSE, SEARCHABLE 'Unsearchable', NATIVE_TYPE 'int'),
> CONSTRAINT FK_PERSON FOREIGN KEY(Id) REFERENCES Person (Id) OPTIONS (NAMEINSOURCE 'phones')
> ) OPTIONS (NAMEINSOURCE 'PersonsCache', "teiid_infinispan:entity_class" 'org.jboss.as.quickstarts.datagrid.hotrod.query.domain.PhoneNumber');
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (TEIIDDES-2450) All role and other vdb editing actions to be undo-able
by Steven Hawkins (JIRA)
Steven Hawkins created TEIIDDES-2450:
----------------------------------------
Summary: All role and other vdb editing actions to be undo-able
Key: TEIIDDES-2450
URL: https://issues.jboss.org/browse/TEIIDDES-2450
Project: Teiid Designer
Issue Type: Quality Risk
Components: VDB & Execution
Reporter: Steven Hawkins
>From using the DV 6.1 Designer it appeared that most vdb editing actions were not undo-able - for example checking or unchecking a resource in the role editor.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month