[teiid-issues] [JBoss JIRA] (TEIID-1895) Properly escape the column references for Excel based data

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Tue Jan 17 15:34:18 EST 2012


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

Steven Hawkins resolved TEIID-1895.
-----------------------------------

    Fix Version/s: 8.0
       Resolution: Done


After more thought it does seem appropriate to add a new translator type for this.  So added the excel jdbc translator with the name excel-odbc.  It has no specialization other than correcting the dynamic vdb import issue, so it is not yet necessary for designer vdbs.
                
> Properly escape the column references for Excel based data
> ----------------------------------------------------------
>
>                 Key: TEIID-1895
>                 URL: https://issues.jboss.org/browse/TEIID-1895
>             Project: Teiid
>          Issue Type: Bug
>          Components: JDBC Connector
>    Affects Versions: 7.0
>            Reporter: Ramesh Reddy
>            Assignee: Steven Hawkins
>             Fix For: 7.6.1, 8.0
>
>
> Currently when Excel based data is used through Dynamic VDB feature the JDBCODBC Driver reports the metadata in-compatible format thus when the Teiid issues the query to the source it some times sees issues like 
> [Prepared Values: [] SQL: SELECT `C:\testing\abcd`.`Sheet1$`.`Name`, `C:\testing\abcd`.`Sheet1$`.`Address`, `C:\testing\abcd`.`Sheet1$`.`Country`, `C:\testing\abcd`.`Sheet1$`.`ZipCode` FROM `C:\testing\abcd`.`Sheet1$`]
> SQLState:  -3010

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list