pgAdmin 4 commit: Fixed autocomplete issue where it is not showing any - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed autocomplete issue where it is not showing any
Date
Msg-id E1l5NGO-0006By-LN@gothos.postgresql.org
Whole thread Raw
List 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.mohite@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM6177] ERD download image related fixes
Next
From: Akshay Joshi
Date:
Subject: Re: [patch][pgAdmin] Multiple ERD related fixes