pgAdmin 4 commit: Ensure auto-complete works for objects in schemas oth

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure auto-complete works for objects in schemas oth
Date: 2018-09-11 11:56:18
Message-ID: E1fzhHG-0004xv-UZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)joshi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

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