pgAdmin 4 commit: Ensure auto complete should works when first identifi

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 when first identifi
Date: 2019-01-03 11:52:52
Message-ID: E1gf1YS-0005j6-5F@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure auto complete should works when first identifier in the FROM clause needs quoting. Fixes #3809

Branch
------
master

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-01-03 13:30:06 pgAdmin 4 commit: Ensure auto complete should works for columns from a
Previous Message Devrim Gündüz 2019-01-03 11:00:23 Re: Packagers: Handling upgrade checks