Skip to content

Commit

Permalink
Add table prefix to qod_type column of result iterators
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam committed Apr 25, 2024
1 parent 4574c9e commit 8c5eb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -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'" \
Expand Down

0 comments on commit 8c5eb25

Please sign in to comment.