pgAdmin 4 commit: Ensure column collation isn't lost when changing fiel

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure column collation isn't lost when changing fiel
Date: 2017-12-13 15:44:14
Message-ID: E1eP9Cg-0001BR-Fg@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure column collation isn't lost when changing field size. Fixes #2779

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=107795db1097367b5090e30869046377106c9eef
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
.../schemas/tables/column/static/js/column.js | 4 +-
.../templates/column/sql/9.2_plus/update.sql | 4 +-
.../tables/templates/column/sql/default/update.sql | 4 +-
.../servers/databases/schemas/tables/utils.py | 43 ++++++++++++----------
.../type/macros/get_full_type_sql_format.macros | 6 +--
.../servers/databases/schemas/utils.py | 2 +-
6 files changed, 34 insertions(+), 29 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-12-13 15:44:22 Re: [pgAdmin4][Patch]: Fixed RM #2779 - Lost field size
Previous Message Dave Page 2017-12-13 15:35:23 Re: [pgAdmin4][Patch]: File manager - Fix logic to enable 'Select' button in List/Table view