Обсуждение: pgAdmin 4 commit: Custom-encode forward slashes in URL parameters asAp

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

pgAdmin 4 commit: Custom-encode forward slashes in URL parameters asAp

От
Dave Page
Дата:
Custom-encode forward slashes in URL parameters as Apache HTTPD doesn't allow them in some cases. Fixes #3998

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=36ffdb93e83e0f83abd760e004fa867795762bf8
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_3.rst                  |  1 +
web/pgadmin/static/js/sqleditor_utils.js          | 16 +++++++
web/pgadmin/tools/datagrid/__init__.py            | 10 ++++
web/pgadmin/tools/datagrid/static/js/datagrid.js  | 23 ++++------
web/pgadmin/tools/datagrid/static/js/show_data.js |  4 +-
web/regression/javascript/sqleditor_utils_spec.js | 56 +++++++++++++++++++++++
6 files changed, 93 insertions(+), 17 deletions(-)