[pgadmin-org/pgadmin4] 4746fb: Fixed an issue where View/Edit data is throwing an...

From: Nikhil Mohite <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 4746fb: Fixed an issue where View/Edit data is throwing an...
Date: 2023-06-19 14:07:22
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/5d619f-4746fb@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: 4746fbd34674574bec09113d0240618301fdcebf
https://github.com/pgadmin-org/pgadmin4/commit/4746fbd34674574bec09113d0240618301fdcebf
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
Date: 2023-06-19 (Mon, 19 Jun 2023)

Changed paths:
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/columns/sql/default/nodes.sql
M web/pgadmin/tools/sqleditor/__init__.py
M web/pgadmin/tools/sqleditor/command.py
M web/pgadmin/tools/sqleditor/templates/sqleditor/sql/11_plus/primary_keys.sql
M web/pgadmin/tools/sqleditor/templates/sqleditor/sql/default/get_columns.sql
M web/pgadmin/tools/sqleditor/templates/sqleditor/sql/default/primary_keys.sql
M web/pgadmin/tools/sqleditor/utils/get_column_types.py

Log Message:
-----------
Fixed an issue where View/Edit data is throwing an error if the user deleted and re-create the same table for which View/Edit data was opened. #6431

Browse pgadmin-hackers by date

  From Date Subject
Next Message Sahil Harpal 2023-06-19 14:29:58 Re: Pgadmin4 System Stats Extension Design
Previous Message Akshay Joshi 2023-06-19 13:15:47 [pgadmin-org/pgadmin4] 5d619f: 1) Fixed Schema Diff issue.