[teiid-issues] [JBoss JIRA] (TEIID-4633) Odata $expand over Oracle tables generates bad query

Steven Hawkins (JIRA) issues at jboss.org
Wed Jan 11 11:07:00 EST 2017


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

Steven Hawkins resolved TEIID-4633.
-----------------------------------
    Fix Version/s: 9.1.3
       Resolution: Done


Added a new capability to capture that array/row value expressions are not supported for projection by oracle.

> Odata $expand over Oracle tables generates bad query
> ----------------------------------------------------
>
>                 Key: TEIID-4633
>                 URL: https://issues.jboss.org/browse/TEIID-4633
>             Project: Teiid
>          Issue Type: Bug
>          Components: JDBC Connector, OData
>    Affects Versions: 9.1.1
>            Reporter: Sergio Samayoa
>            Assignee: Steven Hawkins
>            Priority: Critical
>             Fix For: 9.2, 9.1.3
>
>
> Query generated to obtain referenced records ($expand many to one) is generated with parentheses, 
> Generated query for Oracle*:
> SELECT g_0."CATEGORY_ID", (g_0."CATEGORY_ID", g_0."NAME", g_0."LAST_UPDATE") FROM "SAKILA"."CATEGORY" g_0
> Generated query for MySQL is:
> SELECT g_0.category_id, g_0.name, g_0.last_update FROM Sakila.category AS g_0
> * Note the parentheses enclosing all columns but PK, this raises "ORA-00907: missing right parenthesis".



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


More information about the teiid-issues mailing list