From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Revert "Don't include sizes on primitive datatypes th |
Date: | 2018-02-01 15:34:11 |
Message-ID: | E1ehGsN-0003vE-Aw@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Revert "Don't include sizes on primitive datatypes that shouldn't have them when modifying columns. Fixes #3052"
This reverts commit 3424f420e738f7c2060d7b3ba79c6bbf80e570de.
Committed on the wrong branch :-(
Branch
------
runtime-revamp
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=59bca44e96f0e0328b36d9c0fb01d9e92f4d6a95
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, 17 insertions(+), 47 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Khushboo Vashi | 2018-02-02 07:23:07 | Re: [pgAdmin4][Patch]: RM # 2895 - All the controls and display elements in the main window to be accessible using the tab key in an appropriate order |
Previous Message | Dave Page | 2018-02-01 15:27:41 | pgAdmin 4 commit: Don't include sizes on primitive datatypes that shoul |