[Bast-commits] r7710 - in DBIx-Class/0.08/trunk: . lib/DBIx/Class/Storage/DBI/Sybase

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Mon Sep 21 09:02:15 GMT 2009


Author: ribasushi
Date: 2009-09-21 09:02:14 +0000 (Mon, 21 Sep 2009)
New Revision: 7710

Modified:
   DBIx-Class/0.08/trunk/Changes
   DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm
Log:
Changes

Modified: DBIx-Class/0.08/trunk/Changes
===================================================================
--- DBIx-Class/0.08/trunk/Changes	2009-09-21 00:49:11 UTC (rev 7709)
+++ DBIx-Class/0.08/trunk/Changes	2009-09-21 09:02:14 UTC (rev 7710)
@@ -18,6 +18,8 @@
         - 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'

Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm	2009-09-21 00:49:11 UTC (rev 7709)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm	2009-09-21 09:02:14 UTC (rev 7710)
@@ -28,7 +28,6 @@
   $dbh->do("set textsize $text_size");
 }
 
-
 1;
 
 =head1 NAME




More information about the Bast-commits mailing list