From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Further misc quoting/encoding related fixes. |
Date: | 2016-08-01 14:23:11 |
Message-ID: | E1bUE7b-0001sA-4M@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Further misc quoting/encoding related fixes.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=01252a13cf8bea06682169cc70e2168ca7ed3e34
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Modified Files
--------------
.../server_groups/servers/databases/__init__.py | 7 +-
.../databases/schemas/functions/__init__.py | 95 ++++++++++++++--------
.../templates/function/pg/sql/9.1_plus/create.sql | 21 ++---
.../templates/function/pg/sql/9.2_plus/create.sql | 21 ++---
.../templates/function/pg/sql/9.5_plus/create.sql | 19 ++---
.../function/ppas/sql/9.1_plus/create.sql | 21 ++---
.../function/ppas/sql/9.2_plus/create.sql | 21 ++---
.../function/ppas/sql/9.5_plus/create.sql | 10 +--
.../procedure/ppas/sql/9.1_plus/create.sql | 11 ++-
.../procedure/ppas/sql/9.2_plus/create.sql | 11 ++-
.../procedure/ppas/sql/9.5_plus/create.sql | 9 +-
.../trigger_function/pg/sql/9.1_plus/create.sql | 2 +-
.../trigger_function/pg/sql/9.2_plus/create.sql | 2 +-
.../trigger_function/pg/sql/9.5_plus/create.sql | 2 +-
.../trigger_function/ppas/sql/9.1_plus/create.sql | 2 +-
.../trigger_function/ppas/sql/9.2_plus/create.sql | 2 +-
.../trigger_function/ppas/sql/9.5_plus/create.sql | 4 +-
.../servers/databases/schemas/tables/__init__.py | 4 +
.../databases/schemas/tables/column/__init__.py | 4 +
.../templates/column/sql/9.1_plus/create.sql | 4 +-
.../templates/column/sql/9.1_plus/update.sql | 4 +-
.../templates/column/sql/9.2_plus/create.sql | 4 +-
.../templates/column/sql/9.2_plus/update.sql | 4 +-
.../tables/templates/table/sql/9.1_plus/create.sql | 6 +-
.../tables/templates/table/sql/9.5_plus/create.sql | 6 +-
.../servers/databases/schemas/utils.py | 8 +-
web/pgadmin/utils/driver/psycopg2/__init__.py | 18 +++-
27 files changed, 167 insertions(+), 155 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2016-08-01 14:24:19 | Re: PATCH: Encoding issue with qtLiteral function (pgAdmin4) |
Previous Message | Dave Page | 2016-08-01 14:19:05 | Re: Customisable delete row message |