Skip to content
Extraits de code Groupes Projets
Valider 4738c233 rédigé par Alexandre Morignot's avatar Alexandre Morignot
Parcourir les fichiers

delete hash entries instead of undef them

parent 46e08b68
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -73,11 +73,11 @@ sub _get_next { ...@@ -73,11 +73,11 @@ sub _get_next {
# we come here only if there is no more data to fetch # we come here only if there is no more data to fetch
# we take care of the db # we take care of the db
$self->_sth->{$chan} = undef; delete $self->_sth->{$chan};
$self->_get_dbh($chan)->commit(); $self->_get_dbh($chan)->commit();
# we remove the query # we remove the query
$self->_queries->{$chan} = undef; delete $self->_queries->{$chan};
return undef; return undef;
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter