]
Steven Hawkins resolved TEIID-5719.
-----------------------------------
Resolution: Done
Updated the logic to restrict parsing rather than having a hard coded check in the
resolver logic.
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
Priority: Major
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 ...