Re: [pgAdmin4][Patch]: RM #3638 Syntax Error displayed when user try to create new Schedule and select start date and time in Exception

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: RM #3638 Syntax Error displayed when user try to create new Schedule and select start date and time in Exception
Date: 2018-10-17 11:28:40
Message-ID: CA+OCxox4oeAGv6E00_F=r2RnqDO9X+7LG0AvR=UEMaMWep_U0g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Fri, Oct 12, 2018 at 12:18 PM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Hi Hackers,
>
> Attached is the patch to fix the RM 3638 "Syntax Error displayed when user
> try to create new Schedule and select start date and time in Exception".
> Patch contains following fixes:
>
> - Fixed syntax error.
> - Update/Delete exceptions are not working, SQL is wrong.
> - Wrong exception time is shown, it should shown in UTC as datatype of
> the column is timestamp with out timezone.
> - Added test cases for Schedule and Steps of pgAgent Job.
>
> Please review it.
> --
> *Akshay Joshi*
>
> *Sr. Software Architect *
>
>
>
> *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-10-17 11:30:05 pgAdmin 4 commit: Release note update
Previous Message Dave Page 2018-10-17 11:28:35 pgAdmin 4 commit: Fix syntax error when creating new pgAgent schedules