pgAdmin 4 commit: Don't quote variable values used by SET. It's usually

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't quote variable values used by SET. It's usually
Date: 2018-02-02 13:58:34
Message-ID: E1ehbrO-0003N0-7u@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Don't quote variable values used by SET. It's usually going to be wrong. Fixes #3027

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4d69764869bf9d1731d61d15a290388d5bd0f789

Modified Files
--------------
.../databases/schemas/templates/macros/functions/variable.macros | 2 +-
.../browser/server_groups/servers/templates/macros/variable.macros | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-02-02 13:58:41 Re: Fix for RM3027: Do not SQLQuote parameter values for objects
Previous Message Dave Page 2018-02-02 13:37:41 Re: [pgAdmin4][Patch]: RM # 2895 - All the controls and display elements in the main window to be accessible using the tab key in an appropriate order