]
Steven Hawkins resolved TEIID-1593.
-----------------------------------
Fix Version/s: 7.4.1
Resolution: Done
Fixed the transformationmetadata logic
Creating a temp table gets error that Cannot create temporary table
"dddd". A table with the same name already exists.
----------------------------------------------------------------------------------------------------------------------
Key: TEIID-1593
URL:
https://issues.jboss.org/browse/TEIID-1593
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.4
Reporter: Paul Nittel
Assignee: Steven Hawkins
Fix For: 7.4.1
Logging into a VDB using SQuirreL, I entered: create local temporary table dddd (id
string, name string)
What I received was: Cannot create temporary table "dddd". A table with the
same name already exists.
There appears to be no way to create a temporary table, using this method. SELECT * INTO
#temp from ... does work, however.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: