insert value pushed inappropriately
-----------------------------------
Key: TEIID-3566
URL:
https://issues.jboss.org/browse/TEIID-3566
Project: Teiid
Issue Type: Bug
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.12
An insert with a subquery or other non-pushable construct:
Insert into pm1.g1 (e1) values ((select current_database()))
Will have the subquery pushed to the source query - even if the source does not support
it.