[
https://issues.jboss.org/browse/TEIID-5367?page=com.atlassian.jira.plugin...
]
Steven Hawkins resolved TEIID-5367.
-----------------------------------
Resolution: Done
Addressed the sql stringification for starting/ending with and containing repeated
periods. At some point we need to overhaul the naming logic to use a proper three part
structure.
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.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)