pgAdmin 4 commit: Changed array representation and formatting for thed

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Changed array representation and formatting for thed
Дата
Msg-id E1dtsK3-000838-E9@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Changed array representation and formatting for the data types in Query Tool and View Data. Fixes #2671

Branch
------
WEBPACK_DEVEL

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=79e6e11668e7762f1f2759091eb109cbfa9f4932
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/feature_tests/test_data.json           |  13 +-
web/pgadmin/feature_tests/view_data_dml_queries.py |  23 +--
web/pgadmin/static/js/slickgrid/editors.js         | 165 +++++++++++++++++----
web/pgadmin/static/js/slickgrid/formatters.js      | 151 ++++++++++++++-----
web/pgadmin/tools/sqleditor/command.py             |  70 +++++----
web/pgadmin/tools/sqleditor/static/js/sqleditor.js |  72 ++++++---
.../templates/sqleditor/sql/default/insert.sql     |  12 +-
.../templates/sqleditor/sql/default/update.sql     |  12 +-
web/pgadmin/utils/driver/psycopg2/__init__.py      |  77 +++++++---
9 files changed, 424 insertions(+), 171 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Use standalone modules prop-types asReact.PropTypes has moved into a different package since React v15.5
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Ensure builtins.SERVER_MODE is set in the WSGIwrappe