pgAdmin 4 commit: Ensure we can properly update rows with upper-casepr - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Ensure we can properly update rows with upper-casepr
Date
Msg-id E1enjlI-0003cr-85@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure we can properly update rows with upper-case primary key columns. Fixes #3105

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=96165044ae7abbd7bef04d181a42487f8f96c42c
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/feature_tests/view_data_dml_queries.py | 40 ++++++++++++----------
web/pgadmin/tools/sqleditor/__init__.py            | 21 ++++++++----
web/pgadmin/tools/sqleditor/command.py             |  6 ++--
.../templates/sqleditor/sql/default/select.sql     |  4 +--
4 files changed, 40 insertions(+), 31 deletions(-)


pgadmin-hackers by date:

Previous
From: pgAdmin 4 Jenkins
Date:
Subject: Jenkins build is back to normal : pgadmin4-master-python26 #608
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][RM#3105] Allow user to insert new row if PK is incapital letters