pgadmin4/web/pgadmin/utils/sqlautocomplete
Cyril Jouve 5a253f9053 Change the following to replace Python 2 code with Python 3:
1) Replace the deprecated unit test method.
2) Wraps filter usage in a list call.
3) Converts the old metaclass syntax to new.
4) Use range instead of xrange method.
5) Change Unicode to str.
6) Several other transformations.
7) Fixed change password test cases.
8) Use simplejson instead of plain JSON.
2020-08-31 16:45:31 +05:30
..
parseutils Change the following to replace Python 2 code with Python 3: 2020-08-31 16:45:31 +05:30
__init__.py Adding support for autocomplete in the SQL Editor. 2016-05-21 16:04:29 +05:30
autocomplete.py Change the following to replace Python 2 code with Python 3: 2020-08-31 16:45:31 +05:30
completion.py Remove old Python 2 compatibility code. Fixes #5700 2020-07-27 11:03:13 +01:00
parseutils.py Merge pgcli code with version 1.10.3, which is used for auto complete feature. 2018-08-27 15:00:56 +05:30
prioritization.py Merge pgcli code with version 1.10.3, which is used for auto complete feature. 2018-08-27 15:00:56 +05:30
sqlcompletion.py Remove old Python 2 compatibility code. Fixes #5700 2020-07-27 11:03:13 +01:00