From: Peter Rabbitson Date: Mon, 21 Sep 2009 09:02:14 +0000 (+0000) Subject: Changes X-Git-Tag: v0.08112~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1bedffac4e779d23862bb364bb0b28bb0711610e;p=dbsrgits%2FDBIx-Class.git Changes --- diff --git a/Changes b/Changes index a62fe75..7d18f1c 100644 --- a/Changes +++ b/Changes @@ -18,6 +18,8 @@ Revision history for DBIx::Class - Warn about using distinct with an existing group_by - Warn about attempting to $rs->get_column a non-unique column when has_many joins are added to resultset + - Refactor of the exception handlink system (now everything is a + DBIx::Class::Exception object) 0.08111 2009-09-06 21:58:00 (UTC) - The hashref to connection_info now accepts a 'dbh_maker' diff --git a/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm b/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm index 47678e3..ad5b63d 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm @@ -28,7 +28,6 @@ sub _rebless { $dbh->do("set textsize $text_size"); } - 1; =head1 NAME