pgAdmin 4 commit: Fixed an issue where the user is not able to insert t

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where the user is not able to insert t
Дата
Msg-id E1k3a4w-0002BM-4z@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed an issue where the user is not able to insert the data if the table and columns name contains special characters.
Fixes#4387 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e3dfe03a2a6839e510137960bea69b684f4f4b9d
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_25.rst                                  | 1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js                 | 2 +-
.../tools/sqleditor/templates/sqleditor/sql/default/select.sql     | 2 +-
web/pgadmin/tools/sqleditor/tests/test_view_data_templates.py      | 2 ++
web/pgadmin/tools/sqleditor/utils/save_changed_data.py             | 7 ++++++-
5 files changed, 11 insertions(+), 3 deletions(-)


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

Предыдущее
От: Pramod Ahire
Дата:
Сообщение: Re: Code coverage report generation for JS files
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: Bug #4387 - User can not insert any value on view data if table and column name contains *SELECT '<';*