]
Steven Hawkins resolved TEIID-3339.
-----------------------------------
Resolution: Done
Relaxed the validation to allow parameters after a variadic one - if they are all
optional.
However this means that to named parameters must be used if the source is to be
specified.
Adding the multisource column does not work with variadic procedures
--------------------------------------------------------------------
Key: TEIID-3339
URL:
https://issues.jboss.org/browse/TEIID-3339
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Affects Versions: 8.7
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.10
Adding the multi-source column as the last parameter to a variadic procedure results in a
validation exception. Options to resolve this include adding the parameter as the second
to last, not allowing the procedure to have a multi-source parameter, or choosing a
different paradigm - such as call procname_source...