On Fri, 2009-06-12 at 14:38 -0700, Greg Eldridge wrote: > How long until it moves into cpan[0]> install DBD ??
typo? should be 'install DBI' or 'install Bundle::DBI' > > Thanks, > > Greg > > > On Tue, 2009-06-09 at 16:46 +0100, Tim Bunce wrote: > > file: $CPAN/authors/id/T/TI/TIMB/DBI-1.609.tar.gz > > size: 510309 bytes > > md5: e4689870b3f7ce503022a076c53284ed > > > > =head2 Changes in DBI 1.609 (svn r12816) 8th June 2009 > > > > Fixes to DBD::File (H.Merijn Brand) > > added f_schema attributeH > > table names case sensitive when quoted, insensitive when unquoted > > workaround a bug in SQL::Statement (temporary fix) related > > to the "You passed x parameters where y required" error > > > > Added ImplementorClass and Name info to the "Issuing rollback() due to > > DESTROY without explicit disconnect" warning to identify the handle. > > Applies to compiled drivers when they are recompiled. > > Added DBI->visit_handles($coderef) method. > > Added $h->visit_child_handles($coderef) method. > > Added docs for column_info()'s COLUMN_DEF value. > > Clarified docs on stickyness of data type via bind_param(). > > Clarified docs on stickyness of data type via bind_col(). > > > > =cut > > > > Enjoy! > > > > Tim.