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 _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
