Skip to content
Snippets Groups Projects
Commit 12064ada authored by Andy Yates's avatar Andy Yates
Browse files

Backing out the change on request from the core team; sorry guys

parent 9651e542
No related branches found
No related tags found
No related merge requests found
......@@ -471,11 +471,8 @@ sub generic_fetch {
#after binding parameters, undef for future queries
$self->{'_bind_param_generic_fetch'} = ();
}
eval { $sth->execute() };
if ($@) {
throw("Detected an error whilst executing SQL '${sql}': $@");
}
# print STDERR $sql,"\n";
$sth->execute;
my $res = $self->_objs_from_sth($sth, $mapper, $slice);
$sth->finish();
return $res;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment