pgAdmin 4 commit: Ensure auto-complete works for objects in schemasoth - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Ensure auto-complete works for objects in schemasoth
Date
Msg-id E1fzhHG-0004xv-UZ@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure auto-complete works for objects in schemas other than public and pg_catalog. Fixes #3630

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4010dc80a912ae956bedae367435d172d2da33cf
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_3_4.rst                   |  1 +
.../query_tool_auto_complete_tests.py              | 25 +++++++++++++++++
web/pgadmin/utils/sqlautocomplete/autocomplete.py  | 10 +++++--
web/regression/python_test_utils/test_utils.py     | 32 ++++++++++++++++++++++
4 files changed, 66 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: [pgAdmin4][Patch]: RM #3607 Edit Data: Not able to remove filter SQL condition
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM #3630 Autocomplete broken in v3.3 release,works in v3.2