pgAdmin 4 commit: Prevent an error that may occur when editing data wit

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Prevent an error that may occur when editing data wit
Date: 2019-06-27 14:43:28
Message-ID: E1hgVcW-0005wA-4B@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Prevent an error that may occur when editing data with an integer primary key. Fixes #4404

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_10.rst | 3 ++-
web/pgadmin/tools/sqleditor/command.py | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-06-27 14:56:40 pgAdmin 4 commit: Allow the path to /pgadmin4/servers.json to be overri
Previous Message Dave Page 2019-06-27 14:37:53 pgAdmin 4 commit: Ensure the browser close confirmation is only shown w