]
Steven Hawkins resolved TEIID-3110.
-----------------------------------
Resolution: Done
To prevent this from being a breaking change, stopped omitting the name in source and
updated the rest of the translator logic to be more consistent.
name in source should not be omitted in ddl
-------------------------------------------
Key: TEIID-3110
URL:
https://issues.jboss.org/browse/TEIID-3110
Project: Teiid
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Query Engine
Affects Versions: 8.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.9
When creating the ddl string we'll omit the name in source if it matches the table
name. While this is valid for several translators (jdbc, object, mongodb, and others), it
is not valid for all - salesforce, ldap, odata, and others.