pgAdmin 4 commit: Ensure auto complete should works for columns from a

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure auto complete should works for columns from a
Date: 2019-01-03 13:30:06
Message-ID: E1gf34Y-0004Cs-0u@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure auto complete should works for columns from a schema-qualified table. Fixes #3810

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c455dda3ce2731fe0e603b96f640fb64623ff85c

Modified Files
--------------
docs/en_US/release_notes_3_7.rst | 1 +
web/pgadmin/utils/sqlautocomplete/autocomplete.py | 11 ++++++++---
2 files changed, 9 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-01-03 14:33:45 pgAdmin 4 commit: Convert batch file line endings in an attempt to end
Previous Message Akshay Joshi 2019-01-03 11:52:52 pgAdmin 4 commit: Ensure auto complete should works when first identifi