-
Feature Request
-
Resolution: Done
-
Major
-
7.2
-
None
We are forcing all push-down procedure arguments to be literals (for simplicity), when all expressions should be allowed.
- is related to
-
TEIID-5821 Allow insert expressions that can be pushed to be pushed
-
- Resolved
-
It is possible that given
TEIID-5821there could be a need for procedure parameter pushdown with an expression needs to be supported as well. This is a long standing issue that was only partially addressed previously. To fully address we need a new capability and a breaking method change to SQLConversionVisitor - it's possible to backport without the breaking change though.