[pgAdmin4][Patch]: RM #3638 Syntax Error displayed when user try tocreate new Schedule and select start date and time in Exception - Mailing list pgadmin-hackers
From
Akshay Joshi
Subject
[pgAdmin4][Patch]: RM #3638 Syntax Error displayed when user try tocreate new Schedule and select start date and time in Exception
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.