pgAdmin 4 commit: 1. Fixed an issue where copy and pasting a row in the - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1. Fixed an issue where copy and pasting a row in the
Date
Msg-id E1oQ3dP-0003yv-7M@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1. Fixed an issue where copy and pasting a row in the results grid doesn't set the default for boolean. Fixes #7579
2. Fixed an issue where the History tab is getting blank and showing an error after some queries are executed. Fixes
#7468
3. Fixed query tool view data crash.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f2cc897f2fc4ddcde322267b30ff00469c357e17
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_13.rst                         |  2 ++
web/pgadmin/tools/sqleditor/__init__.py                   |  3 ++-
.../static/js/components/sections/QueryHistory.jsx        |  2 +-
.../sqleditor/static/js/components/sections/ResultSet.jsx | 15 ++++++++++-----
4 files changed, 15 insertions(+), 7 deletions(-)


pgadmin-hackers by date:

Previous
From: Khoa Bùi Đức Anh
Date:
Subject: Security Bug on pgadmin 4 6.12
Next
From: Akshay Joshi
Date:
Subject: Re: [Patch] - Bug #7632 - [Azure PostgreSQL] - Unable to authenticate using Azure CLI on Mac