2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 14:04:15 +00:00

93_DbRep: attribute allowDeletion deleted, multiCmd: use of executeBeforeProc, executeAfterProc possible, prepare support of MariaDB

git-svn-id: https://svn.fhem.de/fhem/trunk@28618 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2024-03-08 20:56:19 +00:00
parent 246c37c0f3
commit a1667fe26c

View File

@ -5858,6 +5858,7 @@ sub DbRep_fetchrows {
my $rt = tv_interval($st); # SQL-Laufzeit ermitteln
$sth->finish if($sth);
$dbh->disconnect;
$rowlist = encode_base64($rowlist,""); # Daten müssen als Einzeiler zurückgegeben werden