Noticed today that there have been two new versions of the DB2 driver
released over the last week.Â*Â*Â*ThisÂ*isÂ*theÂ*firstÂ*timeÂ*IBMÂ*hasÂ*r eleasedÂ*an
update since October 2001, so to give us two releases in a week is a bit
much to cope with <G> !!!
0.77 fixes a number of problems, including one which I reported to IBM (and
helped to produce a fix for) involving memory leaks.
0.78 adds some new functionality, for C-style comments in SQL (still to look
and see what this exactly means) !!!
HTH
Phil Nelson
ScotDB Limited
Here's the details from the HISTORY file -
September 20, 2004
DBD::DB2 0.78
Â*Â*AddÂ*supportÂ*forÂ*C-styleÂ*commentsÂ*inÂ*sql
September 15, 2004
DBD::DB2 0.77
Â*Â*NOTE:Â*DBD::DB2Â*nowÂ*requiresÂ*DBIÂ*1.21,Â*wh ichÂ*requires
Â*Â*perlÂ*5.005_03Â*orÂ*later.
Â*Â*AddÂ*supportÂ*forÂ*primary_key_infoÂ*andÂ*prim ary_key
Â*Â*AddÂ*supportÂ*forÂ*foreign_key_info
Â*Â*AddÂ*supportÂ*forÂ*column_info
Â*Â*AddÂ*supportÂ*forÂ*get_info
Â*Â*AddÂ*supportÂ*forÂ*type_info_allÂ*andÂ*type_in fo
Â*Â*Â*Â*Â*-Â*ReadÂ*CAVEATSÂ*fileÂ*forÂ*hints
Â*Â*FixÂ*statementÂ*handleÂ*leak.Â*StatementsÂ*han dles
Â*Â*areÂ*notÂ*destroyedÂ*properly.
Â*Â*FixÂ*memoryÂ*leakÂ*inÂ*$sth->prepare
Â*Â*ColumnÂ*buffersÂ*areÂ*notÂ*freed
Â*Â*FixÂ*LinuxÂ*andÂ*FedoraÂ*CoreÂ*buildÂ*problem *byÂ*adding
Â*Â*-I$Config{vendorarch}/auto/DBIÂ*toÂ*Makefile.PL
Â*Â*UpdatedÂ*CAVEATS
Â*Â*AddÂ*documentationÂ*forÂ*bindingÂ*CLIÂ*package s
Â*Â*AddÂ*informationÂ*onÂ*metadataÂ*functions
Â*Â*AddÂ*noteÂ*toÂ*removeÂ*constantsÂ*toÂ*bypassÂ* aÂ*linuxÂ*buildÂ*error
Â*Â*UpdateÂ*DB2.pod
Â*Â*AddÂ*metadataÂ*functionÂ*examples |