<br>I've just pushed 0.07999_01 out to CPAN. In the meantime, you can grab it directly at <a href="http://dtmf.com/DBIx-Class-0.07999_01.tar.gz">http://dtmf.com/DBIx-Class-0.07999_01.tar.gz</a><br><br>This is *not* a real release candidate for the
0.08xxx series, as I believe there are still a number of other pending features intended to go in before that. This is just being pushed out because there have already been a number of invasive changes in the development branch (especially in the Storage layer), and it's time for some broader testing of what we've got so far.
<br><br>Here's the Changes updates for this release:<br><br>0.07999_01 2006-10-05 21:00:00<br> - add connect_info option "disable_statement_caching"<br> - create insert_bulk using execute_array, populate uses it
<br> - added DBIx::Class::Schema::load_namespaces, alternative to<br> load_classes<br> - added source_info method for source-level metadata (kinda like<br> column_info)<br> - Some of ::Storage::DBI's code/docs moved to ::Storage
<br> - DBIx::Class::Schema::txn_do code moved to ::Storage<br> - Storage::DBI now uses exceptions instead of ->ping/->{Active} checks<br> - Storage exceptions are thrown via the schema class's throw_exception
<br> - DBIx::Class::Schema::throw_exception's behavior can be modified via<br> ->exception_action<br> - columns_info_for is deprecated, and no longer runs automatically.<br> You can make it work like before via
<br> __PACKAGE__->column_info_from_storage(1) for now<br><br><br>Happy hacking :)<br><br>--Brandon<br>