Обсуждение: pgAdmin 4 commit: Ensure auto-complete works for objects in schemasoth

Поиск
Список
Период
Сортировка

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

От
Dave Page
Дата:
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(-)