[Catalyst] DBIx-Class 0.08002 released
Matt S Trout
dbix-class at trout.me.uk
Wed Jun 20 07:03:16 GMT 2007
Also known as the "everyone reports problems with the release that
they should've found testing the RC" release.
The key fixes here are for a transaction issue that shows up -only- if txn_begin
is the first thing called on the $schema after ->connect, and to make errors
during deploy soft so a failing DROP on the first pass doesn't abort your
entire deployment process.
There's also some cleanup of vestigial code now implemented elsewhere (a
no-op but a slightly slow no-op so you may see a slight performance
improvement), a bunch of fixed to the new multi-create new() syntax extensions,
some tweaks to make the new exception handling stuff in storage a bit more
expressive and a ->rethrow method on exception objects.
Enjoy.
--
Matt S Trout Need help with your Catalyst or DBIx::Class project?
Technical Director Want a managed development or deployment platform?
Shadowcat Systems Ltd. Contact mst (at) shadowcatsystems.co.uk for a quote
http://chainsawblues.vox.com/ http://www.shadowcatsystems.co.uk/
More information about the Catalyst
mailing list