pgAdmin 4 commit: Allow editing of values in columns with the oid datat

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow editing of values in columns with the oid datat
Date: 2019-02-22 16:18:43
Message-ID: E1gxDX9-0004Zz-S0@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow editing of values in columns with the oid datatype which are not an actual row OID. Fixes #3418

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=27d3990ba2fb295c3cb2ba7b0742b35c7b3faa62

Modified Files
--------------
docs/en_US/release_notes_4_3.rst | 1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-02-22 16:29:49 pgAdmin 4 commit: Ensure long queries don't cause errors when downloadi
Previous Message Dave Page 2019-02-22 15:44:19 pgAdmin 4 commit: Update release notes as the fix for #3583 appears to