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

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

From
Dave Page
Date:
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(-)