- 21 Jun, 2005 1 commit
-
-
Marc Boorshtein authored
* Added SPML and DSMLv2 support in the browser * Added support JDBC connections in the browser * Added export to CVS support in the browser * If the JLDAP binary used doesn't support SPML or JLDAP, the browser won't support * Fixed a bug with ignoring commit/rollback ITS 3600
-
- 01 Feb, 2005 1 commit
-
-
Clayton Donley authored
* Added support for RootDSE in the SQL Directory Browser * Setting the maximum number of entries to 0 results in no limit * Single quotes are now recognized in INSERT/UPDATE/UPDATE ENTRY
-
- 27 Jan, 2005 1 commit
-
-
Clayton Donley authored
* Supports DSMLv2 * Better operational performance on searches * Created a browser which may be used to browse directories using SQL
-
- 19 Sep, 2004 1 commit
-
-
Clayton Donley authored
Added ability for jdbc bridge to perform ldap modify commands using the statement: UPDATE ENTRY dn DO operation SET attribute=value WHERE condition operation may be ADD REPLACE or DELETE Added a IGNORE_TRANSACTION flag to the initialization parameters that allows transaction calls to be ignored
-
- 01 Oct, 2003 1 commit
-
-
Clayton Donley authored
Fixed issue with with SELECT statements that retrieve only a DN. If only a DN is in the field list, then the drivers will send "1.1" as the only attribute requested as opposed to an emptry list.
-
- 28 Sep, 2003 1 commit
-
-
Clayton Donley authored
fixed dn and comma issues with SELECT, UPDATE and DELETE by adding EXP_ROWS=true in the connection string, row expansion can be used for retrieving results in addition to column expansion and concatination
-
- 03 Oct, 2002 1 commit
-
-
Kurt Zeilenga authored
-