]
Steven Hawkins updated TEIID-3439:
----------------------------------
Fix Version/s: 9.2
(was: 9.1)
Add support for aliases with .
------------------------------
Key: TEIID-3439
URL:
https://issues.jboss.org/browse/TEIID-3439
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 9.2
We currently don't allow column or table aliases to contain '.'. This is
allowable given a quoted identifier is used. However an early design decision of
metamatrix was to relax the rules of naming so that queries against the engine could use
quoting (on not) similar to whatever was expected by a given database rather than the
engine structure. A lot of resolving and parsing logic will need to change unfortunately
to fix this.