pgAdmin 4 commit: Ensure parameter values are quoted when needed when e

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure parameter values are quoted when needed when e
Date: 2019-07-04 14:00:33
Message-ID: E1hj2Hp-0007L7-2y@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure parameter values are quoted when needed when editing roles. Fixes #4393

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=776884860e11d15b6bb1db5e094a4cd728a84fd9
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../templates/columns/sql/default/get_position.sql | 2 +-
.../servers/templates/macros/variable.macros | 2 +-
web/pgadmin/utils/driver/psycopg2/__init__.py | 24 ++++++++++++++++++----
4 files changed, 23 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-07-04 14:00:41 Re: [pgAdmin4][Patch]: RM 4393 Edit users with parameters 'all' gives error while saving
Previous Message Dave Page 2019-07-04 13:49:42 Re: [pgAdmin][RM4429] Drag and Drop name in query tool is not working for Firefox browser