From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
---|---|
To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Fixed an issue where adding/updating records fails if |
Date: | 2021-03-12 08:03:17 |
Message-ID: | E1lKclR-0003DC-Ci@gothos.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Fixed an issue where adding/updating records fails if the table name contains percent sign.
refs #4438
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=68132e2a8f252b34172d21f54f1337d86e071c11
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
Modified Files
--------------
.../tools/sqleditor/templates/sqleditor/sql/default/delete.sql | 2 +-
.../tools/sqleditor/templates/sqleditor/sql/default/insert.sql | 6 +++---
.../tools/sqleditor/templates/sqleditor/sql/default/select.sql | 4 ++--
.../tools/sqleditor/templates/sqleditor/sql/default/update.sql | 6 +++---
web/pgadmin/tools/sqleditor/utils/save_changed_data.py | 2 --
web/pgadmin/utils/driver/psycopg2/connection.py | 8 ++++++--
6 files changed, 15 insertions(+), 13 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Akshay Joshi | 2021-03-12 08:03:56 | Re: [pgAdmin][RM4020]: Color issue on statistics tab for pg-10/11 for Safari Browser |
Previous Message | Nikhil Mohite | 2021-03-12 07:29:37 | [pgAdmin][RM-4014]: Alignment issue on German Language under Preferences |