From 8c5eb250e6daddb2244082140f3bbadfc1d403ed Mon Sep 17 00:00:00 2001 From: Ahmed Abdelsalam Date: Tue, 23 Apr 2024 12:39:19 +0200 Subject: [PATCH] Add table prefix to qod_type column of result iterators --- src/manage_sql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manage_sql.c b/src/manage_sql.c index ef009c11a..445a83a38 100644 --- a/src/manage_sql.c +++ b/src/manage_sql.c @@ -22250,7 +22250,7 @@ where_qod (int min_qod) "solution_type", \ KEYWORD_TYPE_STRING }, \ { "qod", NULL, KEYWORD_TYPE_INTEGER }, \ - { "qod_type", NULL, KEYWORD_TYPE_STRING }, \ + { "results.qod_type", "qod_type", KEYWORD_TYPE_STRING }, \ { "(CASE WHEN (hostname IS NULL) OR (hostname = '')" \ " THEN (SELECT value FROM report_host_details" \ " WHERE name = 'hostname'" \