-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
The Salesforce API provides a "upsert" statement, which combines insert and update functionality.
It would be great to use these feature either by using
- the connector directly or
- the UDF's or
- per SQL.
Added support for the pushdown of the Teiid upsert to salesforce. This should work exactly as the the insert support for a single value, bulk, or in the direct query case.