projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c453ddd
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI/Sybase.pm
b/lib/DBIx/Class/Storage/DBI/Sybase.pm
index
fd816a2
..
e649aa3
100644
(file)
--- a/
lib/DBIx/Class/Storage/DBI/Sybase.pm
+++ b/
lib/DBIx/Class/Storage/DBI/Sybase.pm
@@
-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