[JBoss JIRA] (TEIID-5859) Upgrade to wildfly 18
by Steven Hawkins (Jira)
Steven Hawkins created TEIID-5859:
-------------------------------------
Summary: Upgrade to wildfly 18
Key: TEIID-5859
URL: https://issues.jboss.org/browse/TEIID-5859
Project: Teiid
Issue Type: Task
Components: Build/Kits, Server
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 13.1
We should pick up the latest wildfly 18+
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years
[JBoss JIRA] (TEIID-5857) Remove the modelauditfields execution property
by Steven Hawkins (Jira)
[ https://issues.jboss.org/browse/TEIID-5857?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-5857:
----------------------------------
Original Estimate: 30 minutes
Remaining Estimate: 30 minutes
Story Points: 0.5 (was: 1)
> Remove the modelauditfields execution property
> ----------------------------------------------
>
> Key: TEIID-5857
> URL: https://issues.jboss.org/browse/TEIID-5857
> Project: Teiid
> Issue Type: Quality Risk
> Components: Salesforce Connector
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 13.0
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> Quite a while ago we added the import property modelAuditFields so that the execution property was no longer needed. It should be removed for clarity.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years
[JBoss JIRA] (TEIID-5856) Teiid generate wrong request to salesforce
by Steven Hawkins (Jira)
[ https://issues.jboss.org/browse/TEIID-5856?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-5856:
---------------------------------------
> It is one request to salesforce. But i think references generation do not working in teiid now
I don't know what you mean by references.
> But need one
Generally the salesforce translator will handle a single level of inner or left outer join as you expect. The one requirement is that there is a foreign key between the two tables - which should be inferred from the salesforce metadata.
In this case you are performing a self-join of Product_License__c - there currently is no support for self-joins. That can certainly be captured as an issue/enhancement request.
> I think do not working self references generation only. If i try to use SQL
> Generated SOQL is
> SELECT Account.BillingCountry__c, Account.Name FROM Contact LIMIT 1
I don't follow you. Are you saying that is the SOQL teiid is generating in that example or that is what you expect to be generated?
That SOQL looks correct for the SQL query - it's just a child-to-parent query https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sos...
> Another example:
> wrong plan
You'll have to clarify what you mean by wrong. Note that a limitation of the current salesforce translator is that only a single level of the relationship can be queried together. Introducing three entities will cause the pushdown to be split. Here again you can capture that as an enhancement request if you want.
> Teiid generate wrong request to salesforce
> ------------------------------------------
>
> Key: TEIID-5856
> URL: https://issues.jboss.org/browse/TEIID-5856
> Project: Teiid
> Issue Type: Bug
> Components: Salesforce Connector
> Environment: spring-boot teiid salesforce-connector
> Reporter: Renat Eskenin
> Assignee: Steven Hawkins
> Priority: Major
>
> When i call request to salesforce teiid get very long wrong request and then OOM, because teiid request all data in salesforce object.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years