[teiid-issues] [JBoss JIRA] (TEIID-3566) insert value pushed inappropriately

Steven Hawkins (JIRA) issues at jboss.org
Wed Jul 8 09:58:03 EDT 2015


     [ https://issues.jboss.org/browse/TEIID-3566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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)


More information about the teiid-issues mailing list