From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
---|---|
To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Added support for editing of result sets from tables |
Date: | 2019-07-29 07:07:08 |
Message-ID: | E1hrzkS-0005gw-Ro@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)gmail(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Akshay Joshi | 2019-07-29 07:07:47 | Re: [GSoC] Support editing resultsets from tables with OIDs |
Previous Message | Akshay Joshi | 2019-07-29 05:42:05 | Re: [GSoC] Support editing resultsets from tables with OIDs |