]
Work on TEIID-5079 started by Steven Hawkins.
---------------------------------------------
Salesforce issues
-----------------
Key: TEIID-5079
URL:
https://issues.jboss.org/browse/TEIID-5079
Project: Teiid
Issue Type: Bug
Components: Salesforce Connector
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 10.0
In looking into other issue two small salesforce issues cropped up:
1. setting modelAuditFields requires using the translator property - the import property
is ignored. This also doesn't seem to be documented.
2. Creating a join where fields are omitted from the child result in a malformed query:
SELECT Account.Name FROM Account LEFT OUTER JOIN Contact ON Account.Id =
Contact.AccountId