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

Steven Hawkins (JIRA) issues at jboss.org
Tue Jan 10 12:04:00 EST 2017


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

Work on TEIID-4633 started by Steven Hawkins.
---------------------------------------------
> 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
>
>
> 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