From: Peter Rabbitson Date: Sun, 30 Aug 2009 06:53:59 +0000 (+0000) Subject: Changes X-Git-Tag: v0.08111~47^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7755a91d0b45594f948d6b09cf7dc1fdad9b8a90;p=dbsrgits%2FDBIx-Class.git Changes --- diff --git a/Changes b/Changes index ce62fa2..0faba32 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for DBIx::Class + - The hashref to connection_info now accepts a 'dbh_maker' + coderef, allowing better intergration with Catalyst - Fixed a complex prefetch + regular join regression introduced in 0.08108 - SQLT related fixes: diff --git a/t/storage/base.t b/t/storage/base.t index 2a4dd6a..c0bde46 100644 --- a/t/storage/base.t +++ b/t/storage/base.t @@ -166,8 +166,6 @@ for my $type (keys %$invocations) { local $Data::Dumper::Sortkeys = 1; my $arg_dump = Dumper ($invocations->{$type}{args}); - my $do = sub { }; - warnings_exist ( sub { $storage->connect_info ($invocations->{$type}{args}) }, $invocations->{$type}{warn} || (),