pgadmin4/web/pgadmin/utils/sqlautocomplete
George Gelashvili 19be3529f8 Create a template loader for SQL templates.
This will automatically find the correct version of a template for the server version, and allows us to remove templates that were previously duplicated for different server versions.

Patch by George & Tira at Pivotal. Review by me and Murtuza from EDB.

Discussion: https://www.postgresql.org/message-id/flat/CAHowoHaU9_pkCt%2B1g8dpY3hsXXZmsJZiJH-3-_Hd%2BC1MxiGhtA%40mail.gmail.com#CAHowoHaU9_pkCt+1g8dpY3hsXXZmsJZiJH-3-_Hd+C1MxiGhtA@mail.gmail.com
2017-01-30 11:25:03 +00:00
..
__init__.py Adding support for autocomplete in the SQL Editor. 2016-05-21 16:04:29 +05:30
autocomplete.py Create a template loader for SQL templates. 2017-01-30 11:25:03 +00:00
completion.py Code tidy. 2016-06-21 14:21:06 +01:00
counter.py Code tidy. 2016-06-21 14:21:06 +01:00
function_metadata.py Code tidy. 2016-06-21 14:21:06 +01:00
parseutils.py Ensure compatibility with newer sqlparse modules. Fixes #1725 2016-09-26 13:49:54 +01:00
prioritization.py Code tidy. 2016-06-21 14:21:06 +01:00