pgAdmin 4 commit: Fix an issue where select, insert and update scripts - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix an issue where select, insert and update scripts
Date
Msg-id E1ipXJv-0000jL-Pz@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix an issue where select, insert and update scripts on tables throwing an error. Fixes #5074.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=be4b8284c501d0833b147835aa5380cf76840d21

Modified Files
--------------
docs/en_US/release_notes.rst                         |  1 +
docs/en_US/release_notes_4_18.rst                    | 20 ++++++++++++++++++++
.../servers/databases/schemas/tables/__init__.py     |  6 +++---
3 files changed, 24 insertions(+), 3 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Tag REL-4_17 has been created.
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Improve the test framework to run for multiple classe