file: $CPAN/authors/id/T/TI/TIMB/DBI-1.43.tar.gz
  size: 359797 bytes
   md5: ceaa35210d70e9762a3de5426d4d9235

Just uploaded. May take a day or three to reach your favorite mirror.

=head1 CHANGES in DBI 1.43 (svn rev 377),    2nd July 2004

  Fixed connect() and connect_cached() RaiseError/PrintError
    which would sometimes show "(no error string)" as the error.
  Fixed compiler warning thanks to Paul Marquess.
  Fixed "trace level set to" trace message thanks to H.Merijn Brand.
  Fixed DBD::DBM $dbh->{dbm_tables}->{...} to be keyed by the
    table name not the file name thanks to Jeff Zucker.
  Fixed last_insert_id(...) thanks to Rudy Lippan.
  Fixed propagation of scalar/list context into proxied methods.
  Fixed DBI::Profile::DESTROY to not alter [EMAIL PROTECTED]
  Fixed DBI::ProfileDumper new() docs thanks to Michael Schwern.
  Fixed _load_class to propagate $@ thanks to Drew Taylor.
  Fixed compile warnings on Win32 thanks to Robert Baron.
  Fixed problem building with recent versions of MakeMaker.
  Fixed DBD::Sponge not to generate warning with threads.
  Fixed DBI_AUTOPROXY to work more than once thanks to Steven Hirsch.

  Changed TraceLevel 1 to not show recursive/nested calls.
  Changed getting or setting an invalid attribute to no longer be
    a fatal error but generate a warning instead.
  Changed selectall_arrayref() to call finish() if
    $attr->{MaxRows} is defined.
  Changed all tests to use Test::More and enhanced the tests thanks
    to Stevan Little and Andy Lester. See http://qa.perl.org/phalanx/
  Changed Test::More minimum prerequisite version to 0.40 (2001).
  Changed DBI::Profile header to include the date and time.

  Added DBI->parse_dsn($dsn) method.
  Added warning if build directory path contains whitespace.
  Added docs for parse_trace_flags() and parse_trace_flag().
  Removed "may change" warnings from the docs for table_info(),
    primary_key_info(), and foreign_key_info() methods.

=cut

Enjoy!

I'll be at OSCON this year (http://conferences.oreillynet.com/os2004/)
and I look forward to seeing some of you there. Apart from my usual
"Advanced DBI" tutorial I'm also doing a "Perl DBI - Any Questions?"
which worked well in YAPC::Europe last year
http://conferences.oreillynet.com/cs/os2004/view/e_sess/4907.

I'd be delighted if someone organized a DBI BoF session.  I'll aim
to at least sort out a time and place for one if nobody volunteers.
Keep an eye on the BoF notice board either way.

Tim.

Reply via email to