]
Work on TEIID-5367 started by Steven Hawkins.
---------------------------------------------
Table names cannot begin with . or contain repeated .
-----------------------------------------------------
Key: TEIID-5367
URL:
https://issues.jboss.org/browse/TEIID-5367
Project: Teiid
Issue Type: Bug
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 11.0
Although unlikely there are some restrictions on table names based upon the
stringification and other logic.
select * from ".tbl"
or
select * from "tbl..name"
both result in an exception.