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

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.mohite@enterprisedb.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/Editdata was opened. #6431