pgAdmin 4 commit: Added support for editing of result sets from tables - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added support for editing of result sets from tables
Date
Msg-id E1hrzkS-0005gw-Ro@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [GSoC] Support editing resultsets from tables with OIDs
Next
From: Akshay Joshi
Date:
Subject: Re: [GSoC] Support editing resultsets from tables with OIDs