pgAdmin 4 commit: Fixed autocomplete issue where it is not showing any

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed autocomplete issue where it is not showing any
Date: 2021-01-29 06:28:12
Message-ID: E1l5NGO-0006By-LN@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed autocomplete issue where it is not showing any suggestions if the schema name contains escape characters. Fixes #6045.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=36f76f5e2cfcef0ada2b1168ef082849c0e7de7b
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_0.rst | 1 +
web/pgadmin/utils/sqlautocomplete/autocomplete.py | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-01-29 06:28:50 Re: [patch][pgAdmin] Multiple ERD related fixes
Previous Message Akshay Joshi 2021-01-29 06:27:52 Re: [pgAdmin][RM6177] ERD download image related fixes