pgAdmin 4 commit: Fix SQL issue of length and precision when changing t - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix SQL issue of length and precision when changing t
Date
Msg-id E1i9r3V-0000V4-Vy@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Refactor Dockerfile to avoid needing to run supportin
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fix query history exception for Python 3.6. Fixes #47