[teiid-issues] [JBoss JIRA] (TEIID-4635) Mongo translator - NAMEINSOURCE option is ignored

Ramesh Reddy (JIRA) issues at jboss.org
Fri Dec 9 08:51:00 EST 2016


     [ https://issues.jboss.org/browse/TEIID-4635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramesh Reddy resolved TEIID-4635.
---------------------------------
    Resolution: Duplicate Issue


yes, this is intentional choice from initial coding.

Duplicate of TEIID-4217

> Mongo translator - NAMEINSOURCE option is ignored
> -------------------------------------------------
>
>                 Key: TEIID-4635
>                 URL: https://issues.jboss.org/browse/TEIID-4635
>             Project: Teiid
>          Issue Type: Bug
>          Components: Misc. Connectors
>    Affects Versions: 8.12.8.6_3
>            Reporter: Juraj Duráni
>            Assignee: Steven Hawkins
>
> Mongo translator ignores NAMEINSOURCE table/column option.
> For table \[1\], no data is returned. For column \[2\], all values in column are NULL.
> {code:sql|title=\[1\] Sample DDL - table}
> CREATE FOREIGN TABLE MyNewName (
>   id integer PRIMARY KEY,
>   name varchar(25)
> ) OPTIONS(UPDATABLE 'TRUE', NAMEINSOURCE 'RealCollectionName');
> {code}
> {code:sql|title=\[2\] Sample DDL - column}
> CREATE FOREIGN TABLE MyCollection (
>   id integer PRIMARY KEY,
>   myColName varchar(25) OPTIONS(NAMEINSOURCE 'realName')
> ) OPTIONS(UPDATABLE 'TRUE');
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the teiid-issues mailing list