Обсуждение: pgAdmin 4 commit: 1. Fixed an issue where copy and pasting a row in the

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: 1. Fixed an issue where copy and pasting a row in the

От
Akshay Joshi
Дата:
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(-)