pgAdmin 4 commit: Fix an issue where oid column should not be pasted wh - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix an issue where oid column should not be pasted wh
Date
Msg-id E1i2sxg-0004uI-TF@gothos.postgresql.org
Whole thread Raw
List 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.toshniwal@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM4681] Increase cache control max age for static files
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4381] Problem with data editing when using "View/EditData" to tables with OID