add result comparison menu action

This commit is contained in:
2026-04-22 15:40:57 +02:00
parent e36cfdc07d
commit 6c7351b3d1
2 changed files with 120 additions and 32 deletions

View File

@ -118,6 +118,8 @@ sub execute_query {
my $argsstring = $args->();
my $filenamestring = $filename->();
# TODO: Pass the values instead of rewriting db.conf.
# Can also use DBI's database handle directly.
my $result =
qx{mariadb --defaults-file=$db_conf $argsstring -e "$querystring"};
die "Query failed: $?" if $? != 0;