pgAdmin 4 commit: 1) Fix an error while retrieving json data from the t

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: 1) Fix an error while retrieving json data from the t
Дата
Msg-id E1hpYJ9-0000Xq-Pv@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
1) Fix an error while retrieving json data from the table. Fixes #4427
2) Fix an issue where Explain and Explain Analyze are not working, it's regression of #1760. Fixes #4484
3) Fix an issue where Filter toolbar button is not working in view/edit data, it's regression of keyboard navigation.
Fixes#4485 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c019778a47241fe04b8a9423136c0388566be3c7
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_11.rst                  |  5 +-
web/pgadmin/static/js/backform.pgadmin.js          | 38 ++++++---
.../static/js/sqleditor/call_render_after_poll.js  |  5 +-
web/pgadmin/tools/sqleditor/__init__.py            |  2 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 14 ++--
.../sqleditor/tests/test_save_changed_data.py      |  2 +-
.../tools/sqleditor/tests/test_view_data.py        | 98 ++++++++++++++++++++++
7 files changed, 144 insertions(+), 20 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Avin Kavish
Дата:
Сообщение: Dual Dialogs
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - RM 4427 , RM 4484, RM 4485