Menu

#1 Enhance WHERE clause

open
nobody
None
5
2008-02-25
2008-02-25
trames
No

A cool feature would be to get rid of the LDAP silly syntax and use SQL AND/OR and even IN clauses after the WHERE.

(&(objectClass=fooOrganziation)(&(&(&(orgName=?)(orgType=?))(st=?))(orgBusinessUnit=?)))

(objectClass=fooOrganization) AND (orgName=? AND orgType=? AND st=? AND orgBusinessUnit=?)

... or something like that.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.