pgAdmin 4 commit: Fix an issue where oid column should not be pasted wh

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue where oid column should not be pasted wh
Date: 2019-08-28 08:05:48
Message-ID: E1i2sxg-0004uI-TF@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue where oid column should not be pasted when copy/paste row is used on query output containing the oid column. Fixes #4381

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=028473eb830a50b618bbfacdc924f4edb6d92a1a
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_13.rst | 1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 4 ++++
web/pgadmin/tools/sqleditor/utils/save_changed_data.py | 9 ++++++---
3 files changed, 11 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-08-28 08:07:21 Re: [pgAdmin][RM4381] Problem with data editing when using "View/Edit Data" to tables with OID
Previous Message Aditya Toshniwal 2019-08-28 08:01:17 [pgAdmin][RM4681] Increase cache control max age for static files