]
Barry LaFond resolved TEIIDDES-2205.
------------------------------------
Resolution: Done
done
Remove table name error validation for names that include '.'
delimiter
------------------------------------------------------------------------
Key: TEIIDDES-2205
URL:
https://issues.jboss.org/browse/TEIIDDES-2205
Project: Teiid Designer
Issue Type: Bug
Components: Validation
Affects Versions: 8.3.3
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 8.5, 8.3.4
Based on the discussion in TEIID-2993 we need to relax the constraint that prevents using
the '.' delimiter in table names if the names aren't double quoted.
RelationalStringNameRule.validate() is calling:
CoreValidationRulesUtil.validateForNonQuotedNameWithDelimeter(result, name);