]
Steven Hawkins commented on TEIID-3110:
---------------------------------------
Looking at this further it seems the only safe change is to not omit the name in source
and update all of the appropriate logic to optionally use the name in source. We'll
then leave the ldap logic as is.
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.