Re: [Patch][pgAdmin4]: Fix pgagent issues

2020-04-21 Thread Akshay Joshi
Thanks, patch applied. On Tue, Apr 21, 2020 at 4:40 PM Neel Patel wrote: > Hi Akshay, > > Please find the attached update patch with the fix. > Also fixed the Roles resql test cases as it was failing due to timezone > change. > > Thanks, > Neel Patel > > On Tue, Apr 21, 2020 at 12:32 PM Akshay J

Re: [Patch][pgAdmin4]: Fix pgagent issues

2020-04-21 Thread Neel Patel
Hi Akshay, Please find the attached update patch with the fix. Also fixed the Roles resql test cases as it was failing due to timezone change. Thanks, Neel Patel On Tue, Apr 21, 2020 at 12:32 PM Akshay Joshi wrote: > Hi Neel > > RESQL test cases are failing on my machine due to different timez

Re: [Patch][pgAdmin4]: Fix pgagent issues

2020-04-21 Thread Akshay Joshi
Hi Neel RESQL test cases are failing on my machine due to different timezone - '2020-04-14 01:11:31-07'::timestamp with time zone, '2020-04-15 01:11:34-07'::timestamp with time zone, ? - ^^ ^ - ^ ^ ^ + '2020-04-14 13:41:31+0

[Patch][pgAdmin4]: Fix pgagent issues

2020-04-20 Thread Neel Patel
Hi, Please find the attached patch to stabilize the pgagent and fix below issues. - Reverse engineering SQL and MSQL was incorrect when the user added a job schedule with exception Fixes #5356 - Job schedule exception time was not showing correctly in SQL tab. - Identify the job step