-
Bug
-
Resolution: Done
-
Major
-
8.3.3
-
None
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);