SalesForce INCLUDE function not being pushed to source
------------------------------------------------------
Key: TEIID-1625
URL:
https://issues.jboss.org/browse/TEIID-1625
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.4
Environment: Models built by JBDS 4.1 CR1
Reporter: Paul Nittel
Assignee: Steven Hawkins
While executing the SalesForce test script I executed the following query:
Select Name, Communication_Preferences__c from Contact where true =
includes(Communication_Preferences__c, 'Fax,Email')
Other queries do succeed, but the exclude function suffers a similar fate.
The response was: Function includes is marked in the function metadata as a function that
must be evaluated at the source.
Looking at the functions in the Designer, the PUSH DOWN property has a value of REQUIRED.
Am attaching the server log excerpt and Model Project Set
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira