[teiid-issues] [JBoss JIRA] (TEIID-5988) We have strange behavior with aliases

Steven Hawkins (Jira) issues at jboss.org
Mon Jul 20 08:13:00 EDT 2020


    [ https://issues.redhat.com/browse/TEIID-5988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14261014#comment-14261014 ] 

Steven Hawkins commented on TEIID-5988:
---------------------------------------

Teiid is used transitively under Teiid Spring Boot.  The simplest change you could make is to use the teiid spring boot master 1.6 snapshot version.

> We have strange behavior with aliases
> -------------------------------------
>
>                 Key: TEIID-5988
>                 URL: https://issues.redhat.com/browse/TEIID-5988
>             Project: Teiid
>          Issue Type: Bug
>          Components: Salesforce Connector
>            Reporter: Renat Eskenin
>            Assignee: Steven Hawkins
>            Priority: Major
>             Fix For: 15.0
>
>         Attachments: Снимок экрана от 2020-06-26 12-37-40.png, Снимок экрана от 2020-06-26 12-38-04.png
>
>   Original Estimate: 5 hours
>          Time Spent: 5 hours
>  Remaining Estimate: 0 minutes
>
> We have two SOQL
> SELECT ArticleNumber,Id,KnowledgeArticleId,Language FROM Regular_Articles__kav WHERE Language = 'it' LIMIT 5
>   
>  SELECT a.ArticleNumber,a.Id,a.KnowledgeArticleId,a.Language FROM Regular_Articles__kav a WHERE a.Language = 'it' LIMIT 5 
> This SOQL requests get different responses from SF because in second request we have alias for table.
> It is mystics from SF (we made bug in sf)
> How we can call
> SELECT ArticleNumber,Id,KnowledgeArticleId,Language FROM Regular_Articles__kav WHERE Language = 'it' LIMIT 5
>   in Teiid without aliases?



--
This message was sent by Atlassian Jira
(v7.13.8#713008)



More information about the teiid-issues mailing list