pgAdmin 4 commit: Fixed an issue where the blank string is stored inste

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the blank string is stored inste
Date: 2021-10-18 10:25:31
Message-ID: E1mcPpj-0008FQ-8o@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the blank string is stored instead of NULL in the server table of SQLite database. Fixes #6915

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_1.rst | 1 +
web/pgadmin/browser/server_groups/servers/__init__.py | 3 +++
2 files changed, 4 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-10-18 10:40:45 pgAdmin 4 commit: Update version for release.
Previous Message Khushboo Vashi 2021-10-18 06:14:56 Re: Patch for Bug #6832