mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Fixed feature test and API test cases.
2) Added logic to exclude RESQL test cases.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user