pgAdmin 4 commit: Fix SQL issue of length and precision when changing t

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix SQL issue of length and precision when changing t
Date: 2019-09-16 13:28:37
Message-ID: E1i9r3V-0000V4-Vy@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix SQL issue of length and precision when changing the data type of Column. Fixes #4698

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=426d9d58728698907f92cc376cac2d037c456b43

Modified Files
--------------
docs/en_US/release_notes_4_13.rst | 1 +
.../databases/schemas/tables/columns/__init__.py | 26 ++++++++++++++++++++--
2 files changed, 25 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-09-16 13:39:33 pgAdmin 4 commit: Fix query history exception for Python 3.6. Fixes #47
Previous Message Dave Page 2019-09-16 12:48:15 pgAdmin 4 commit: Refactor Dockerfile to avoid needing to run supportin