Steven Hawkins created TEIID-5719:
-------------------------------------
Summary: Allow unqualified temporary table names to contain .
Key: TEIID-5719
URL:
https://issues.jboss.org/browse/TEIID-5719
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 12.2
If you issue something like:
create local temporary table "some.table" ...
The resovler will not allow the table name.
That should be allowed, and instead the parser should reject unqualified names such as:
create local temporary table some.table ...
--
This message was sent by Atlassian Jira
(v7.12.1#712002)