[
https://issues.jboss.org/browse/TEIID-3566?page=com.atlassian.jira.plugin...
]
Steven Hawkins updated TEIID-3566:
----------------------------------
Summary: insert value pushed inappropriately (was: Subquery insert value pushed
inappropriately)
Description:
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.
was:
An insert with a subquery:
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.
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.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)