pgAdmin 4 commit: Fix an issue where select, insert and update scripts

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue where select, insert and update scripts
Date: 2020-01-09 12:53:51
Message-ID: E1ipXJv-0000jL-Pz@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-01-10 06:19:18 pgAdmin 4 commit: Improve the test framework to run for multiple classe
Previous Message Akshay Joshi 2020-01-09 09:42:50 pgAdmin 4 commit: Tag REL-4_17 has been created.