]
Steven Hawkins resolved TEIID-319.
----------------------------------
Resolution: Won't Fix
Marking as resolved, since this has not been addressed/looked at in some time.
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
Fix For: Open To Community
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.