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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fix SQL issue of length and precision when changing t
Дата
Msg-id E1i9r3V-0000V4-Vy@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Refactor Dockerfile to avoid needing to run supportin
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fix query history exception for Python 3.6. Fixes #47