pgAdmin 4 commit: Allow creation of objects in schemas with special cha - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow creation of objects in schemas with special cha
Date
Msg-id E1bkvbQ-0006jP-Hi@gothos.postgresql.org
Whole thread Raw
List 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.zabuawala@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: pgAdmin IV- Testing framework: Enhanced Test Result Summary
Next
From: Dave Page
Date:
Subject: Re: PATCH: To fix the issue in various node for special character (pgAdmin4)