1) Fixed feature test and API test cases.

2) Added logic to exclude RESQL test cases.
This commit is contained in:
Akshay Joshi
2020-04-22 13:57:32 +05:30
parent b29bc6868c
commit 4c616f32eb
5 changed files with 11 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ FROM
jexscid, array_agg(jexid) AS jexid, array_agg(to_char(jexdate, 'YYYY-MM-DD')) AS jexdate,
array_agg(jextime) AS jextime
FROM
pgagent.pga_exception ex
(SELECT * FROM pgagent.pga_exception ORDER BY jexid) ex
GROUP BY
jexscid
) e ON s.jscid = e.jexscid