fix list-tablespaces oracle

This commit is contained in:
garnier-quentin 2019-10-02 11:02:35 +02:00
parent 73ac09071f
commit dc56a29144
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ sub manage_selection {
};
}
$options{sql}->query(query => $query);
my $result = $self->{sql}->fetchall_arrayref();
my $result = $options{sql}->fetchall_arrayref();
$options{sql}->disconnect();
my $tablespaces = {};