[pgadmin-org/pgadmin4] 21cbc6: Fix SQLs generated for pgAgent related nodes which...

From: Aditya Toshniwal <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 21cbc6: Fix SQLs generated for pgAgent related nodes which...
Date: 2023-03-31 05:18:28
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/50391a-21cbc6@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 21cbc6e9e5e85fdea1ae60536b8ed75419fb715f
https://github.com/pgadmin-org/pgadmin4/commit/21cbc6e9e5e85fdea1ae60536b8ed75419fb715f
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Date: 2023-03-31 (Fri, 31 Mar 2023)

Changed paths:
M web/pgadmin/browser/server_groups/servers/pgagent/schedules/__init__.py
M web/pgadmin/browser/server_groups/servers/pgagent/steps/__init__.py
M web/pgadmin/browser/server_groups/servers/pgagent/templates/macros/pga_exception.macros
M web/pgadmin/browser/server_groups/servers/pgagent/templates/macros/pga_jobstep.macros
M web/pgadmin/browser/server_groups/servers/pgagent/templates/macros/pga_schedule.macros
M web/pgadmin/browser/server_groups/servers/pgagent/templates/pga_job/sql/pre3.4/create.sql
M web/pgadmin/browser/server_groups/servers/pgagent/templates/pga_job/sql/pre3.4/schedules.sql
M web/pgadmin/browser/server_groups/servers/pgagent/templates/pga_job/sql/pre3.4/steps.sql
M web/pgadmin/browser/server_groups/servers/pgagent/templates/pga_job/sql/pre3.4/update.sql
M web/pgadmin/browser/server_groups/servers/pgagent/templates/pga_jobstep/sql/pre3.4/create.sql
M web/pgadmin/browser/server_groups/servers/pgagent/templates/pga_jobstep/sql/pre3.4/delete.sql
M web/pgadmin/browser/server_groups/servers/pgagent/templates/pga_jobstep/sql/pre3.4/properties.sql
M web/pgadmin/browser/server_groups/servers/pgagent/templates/pga_jobstep/sql/pre3.4/update.sql
M web/pgadmin/browser/server_groups/servers/pgagent/templates/pga_schedule/sql/pre3.4/create.sql
M web/pgadmin/browser/server_groups/servers/pgagent/templates/pga_schedule/sql/pre3.4/delete.sql
M web/pgadmin/browser/server_groups/servers/pgagent/templates/pga_schedule/sql/pre3.4/properties.sql
M web/pgadmin/browser/server_groups/servers/pgagent/templates/pga_schedule/sql/pre3.4/update.sql

Log Message:
-----------
Fix SQLs generated for pgAgent related nodes which were causing issues after psycopg3 changes. #5011

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2023-03-31 05:53:33 [pgadmin-org/pgadmin4] 659316: Fix View data issue for the table without column.
Previous Message Nikhil Mohite 2023-03-31 05:18:00 [pgadmin-org/pgadmin4] 50391a: Fixed an issue loading file fails in Desktop mode