Обсуждение: pgAdmin 4 commit: Added support for editing of result sets from tables

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

pgAdmin 4 commit: Added support for editing of result sets from tables

От
Akshay Joshi
Дата:
Added support for editing of result sets from tables with OIDs in query tool.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=82d209946f6967a45238364659fe2d20313fcaae
Author: Yosry Muhammad <yosrym93@gmail.com>

Modified Files
--------------
docs/en_US/query_tool.rst                          |  2 +-
web/pgadmin/tools/sqleditor/__init__.py            | 16 ++--
web/pgadmin/tools/sqleditor/command.py             | 10 ++-
.../tests/test_is_query_resultset_updatable.py     | 86 +++++++++++++++++-----
.../utils/is_query_resultset_updatable.py          | 68 ++++++++++++++---
.../tools/sqleditor/utils/start_running_query.py   |  3 +-
6 files changed, 144 insertions(+), 41 deletions(-)