]
Steven Hawkins resolved TEIID-4334.
-----------------------------------
Resolution: Done
Added a more general proactive resolving of the group.
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