[teiid-issues] [JBoss JIRA] (TEIID-2491) ODBC ScriptReader workarounds do not handle EOF

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Tue May 7 14:00:54 EDT 2013


    [ https://issues.jboss.org/browse/TEIID-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772817#comment-12772817 ] 

Steven Hawkins commented on TEIID-2491:
---------------------------------------

Also changed the logic to use casts for string literals as that is the syntax produced by the common escapes {d '..., {t '..., etc.  Otherwise the next level of fix would be to move the :: cast support into the parser.
                
> ODBC ScriptReader workarounds do not handle EOF
> -----------------------------------------------
>
>                 Key: TEIID-2491
>                 URL: https://issues.jboss.org/browse/TEIID-2491
>             Project: Teiid
>          Issue Type: Bug
>          Components: ODBC
>    Affects Versions: 8.3
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 8.4
>
>
> Issuing a query such as select 'foo'::bar
> will result in an error since the workaround to drop the ::bar appends the EOF to the sql text.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list