This should not have worked - I guess we lack tests?
Peter Rabbitson [Wed, 9 Sep 2009 08:41:15 +0000 (08:41 +0000)]
lib/DBIx/Class/Storage/DBI/Sybase.pm

index fd816a2..e649aa3 100644 (file)
@@ -398,7 +398,7 @@ sub _update_blobs {
       $where,
       {
         result_class => 'DBIx::Class::ResultClass::HashRefInflator',
-        select => \@primary_cols
+        columns => \@primary_cols
       }
     );
     @rows = $rs->all; # statement must finish