pgAdmin 4 commit: Allow creation of objects in schemas with special cha

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow creation of objects in schemas with special cha
Date: 2016-09-16 16:03:00
Message-ID: E1bkvbQ-0006jP-Hi@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow creation of objects in schemas with special chars in the name. Fixes #1598

This was caused through generation of SQL based on HTML-escaped labels, not the raw versions.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fc5ce22de90b214e890d330f1760ae590ccb45c4
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../databases/schemas/collations/templates/collation/js/collation.js | 2 +-
.../foreign_tables/templates/foreign_tables/js/foreign_tables.js | 2 +-
.../databases/schemas/sequences/templates/sequence/js/sequence.js | 2 +-
.../databases/schemas/synonyms/templates/synonym/js/synonym.js | 4 ++--
.../servers/databases/schemas/tables/templates/table/js/table.js | 2 +-
.../servers/databases/schemas/types/templates/type/js/type.js | 2 +-
.../servers/databases/schemas/views/templates/mview/js/mview.js | 2 +-
.../servers/databases/schemas/views/templates/view/js/view.js | 2 +-
8 files changed, 9 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-16 16:03:12 Re: PATCH: To fix the issue in various node for special character (pgAdmin4)
Previous Message Dave Page 2016-09-16 15:53:37 Re: pgAdmin IV- Testing framework: Enhanced Test Result Summary