pgAdmin 4 commit: Fixed an issue where a decimal number is appended for

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where a decimal number is appended for
Дата
Msg-id E1ltpGa-0007Ch-UT@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed an issue where a decimal number is appended for character varying fields while downloading the data in CSV
format.Fixes #6520 

Branches
--------
React_Porting
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e3190b86ab803b1deb3851df443f9e271a6058bb
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_5_4.rst                |  1 +
web/pgadmin/tools/sqleditor/__init__.py         |  7 ++++---
web/pgadmin/utils/driver/psycopg2/connection.py |  6 +++---
web/pgadmin/utils/driver/psycopg2/typecast.py   | 24 ++++++++++--------------
4 files changed, 18 insertions(+), 20 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin4][Patch] - Test cases failure fix
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Updated DEFAULT_BINARY_PATHS for container.