Revision history for Perl extension DBD::Ldap.
0.01 Fri Jun 06 13:00:55 2000
- original version; created by h2xs 1.18
0.02 Thu Jun 07
- Changed name from "DBD::Ldap" to "DBD::LDAP".
0.03 Tue Jun 12
- Fixed bug that produced error if last attribute was null for any of
the records returned by a search. Removed lots of commented-out code.
- Changed datatype from "VARCHAR" (12) to "LONG" (-1).
- 1st release to CPAN!
0.04 Fri Aug 10
- Fixed bug involving autocommit on statements containing "select" in data.
Caught by Simon Elliott, Thanks!