[Dbix-class] Announce: DBIx-Class-0.07002

Daniel Westermann-Clark dwc at pobox.com
Fri Sep 15 00:14:20 CEST 2006


I'm pleased to announce that a new bugfix release of DBIx::Class is on
its way to CPAN.  Until it's indexed, you can grab the tarball at:

http://files.danieltwc.com/DBIx-Class-0.07002.tar.gz

This release contains the following changes from 0.07001:

        - fix quote tests for recent versions of SQLite
        - added reference implementation of Manual::Example
        - backported column_info_from_storage accessor from -current,
          but defaults true instead of false in 0.07xxx
        - fixed inflate_datetime.t tests/stringify under older
          Test::More
        - minor fixes for many-to-many relationship helpers
        - cleared up Relationship docs, and fixed some typos
        - use ref instead of eval to check limit syntax (to avoid
          issues with Devel::StackTrace)
        - update ResultSet::_cond_for_update_delete to handle more
          complicated queries
        - bugfix to Oracle columns_info_for
        - remove_columns now deletes columns from _columns

Please note that DBD::SQLite 1.13 may spew some warnings when running
the DBIx::Class test suite.  We've determined that the warnings are
harmless, so don't be alarmed if you see something like:

DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c
line 504 at /usr/lib/perl5/vendor_perl/5.8.8/DBIx/ContextualFetch.pm
line 88.

If you'd like to avoid these warnings entirely, DBD::SQLite 1.11 is a
safe bet.

Finally, there's no need to report these warnings in the DBD::SQLite
or DBIx::Class RT queue.  They've already been reported in the
DBD::SQLite queue.

Thanks,

-- 
Daniel Westermann-Clark



More information about the Dbix-class mailing list