pgAdmin 4 commit: Fixes# 1290 - Use qtLiteral with parameterized values

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixes# 1290 - Use qtLiteral with parameterized values
Date: 2016-06-02 09:38:49
Message-ID: E1b8P5V-0001tq-1K@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixes# 1290 - Use qtLiteral with parameterized values.

When not using qtLiteral, it was result into an error - "unknown
error displayed when modify comments which may special characters on
Materialized view".

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2610eaefbe66b541595234ce0607a3ff7c6e601d
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
.../databases/schemas/views/templates/mview/pg/9.3_plus/sql/view_id.sql | 2 +-
.../databases/schemas/views/templates/mview/pg/9.4_plus/sql/view_id.sql | 2 +-
.../schemas/views/templates/mview/ppas/9.3_plus/sql/view_id.sql | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-06-02 09:38:53 Re: [pgAdmin4][Patch]: RM#1290 - unknown error displayed if add comments on Materialized view that contain special characters
Previous Message Ashesh Vashi 2016-06-02 09:31:36 Re: PATCH: To fix expanding server if server inaccessible (pgAdmin4)