Steven Hawkins created TEIID-4334:
-------------------------------------
Summary: Prepared insert resolving failure with implicitly named temp table
Key: TEIID-4334
URL:
https://issues.jboss.org/browse/TEIID-4334
Project: Teiid
Issue Type: Bug
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 9.1
Similar to TEIID-3994 we will fail to execute a prepared update with explicit columns
against a temp table with an implicit name:
create local temporary table #x (e1 string)
insert into #x (e1) values (?) -- fails with a resolving exception
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)