pgAdmin 4 commit: Don't include sizes on primitive datatypes that shoul

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't include sizes on primitive datatypes that shoul
Date: 2018-02-01 15:27:41
Message-ID: E1ehGm5-0003Ud-8S@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Don't include sizes on primitive datatypes that shouldn't have them when modifying columns. Fixes #3052

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2042f89ce03015b8deb0d264eae8552aaf378ad9
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/databases/schemas/tables/utils.py | 23 +++++++++++++---
.../type/macros/get_full_type_sql_format.macros | 2 +-
.../servers/databases/schemas/utils.py | 32 ++++++++++++++++------
web/pgadmin/utils/driver/psycopg2/typecast.py | 7 ++---
4 files changed, 47 insertions(+), 17 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-02-01 15:34:11 pgAdmin 4 commit: Revert "Don't include sizes on primitive datatypes th
Previous Message Dave Page 2018-02-01 15:24:22 Re: Revamped runtime vs. Version number