]
Steven Hawkins updated TEIID-319:
---------------------------------
Fix Version/s: (was: Open To Community)
LDAP Connector should re-implement algorithm for translating SQL to
LDAP search, using Visitor design pattern
-------------------------------------------------------------------------------------------------------------
Key: TEIID-319
URL:
https://issues.jboss.org/browse/TEIID-319
Project: Teiid
Issue Type: Task
Components: LDAP Connector
Affects Versions: 6.0.0
Reporter: Michael Walker
Priority: Optional
Though the current approach works, it would be cleaner if the LDAP Connector used the
Visitor design pattern to handle each part of a SQL query, and translate it into an LDAP
search. This may make future changes easier to implement, and keep the code cleaner.