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.zabuaw...@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(-)