[
https://issues.jboss.org/browse/TEIIDDES-1300?page=com.atlassian.jira.plu...
]
Paul Richardson commented on TEIIDDES-1300:
-------------------------------------------
Allowing ':' is possible since extra characters can be included in
StringNameValidator (but currently not in RelationalStringNameValidator, which is used by
TeiidColumnInfo).
Difficult to see at the moment how to get hold of the validation rules for teiid columns
as the SQL string is converted into a tree then visited by teiid's validator visitor.
May be able to tease out the functions relating to just the columns. Not sure it gets us
very much and may well be slower than the quick string find/replace the
StringNameValidator is doing at the moment.
Will commit workaround for the moment.
Validate Column Names in XML to Relational Importer
---------------------------------------------------
Key: TEIIDDES-1300
URL:
https://issues.jboss.org/browse/TEIIDDES-1300
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 7.7
Reporter: Ted Jones
Assignee: Paul Richardson
Fix For: 7.7.1
Need to validate the names used to create columns in the transformation to consume an XML
document. Some elements are namespace qualified and can be of the form
{ns_prefix}:elementName. The colon will cause a validation error and should be parsed and
removed prior to creating the column and generating the transformation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira