pgadmin4/web/pgadmin/utils/sqlautocomplete/parseutils
Yogesh Mahajan cbf5886430 Fixed the following code smells:
1. Use concise character class syntax
2. Add a "break" statement or remove this "else" clause.
3. Replace this generic exception class with a more specific one.
4. Use a regular expression literal instead of the 'RegExp' constructor.
5. Use the opposite operator ("not in") instead.
2022-09-10 13:48:14 +05:30
..
__init__.py Update pgcli to latest release 3.4.1. Fixes #7411 2022-06-02 17:29:58 +05:30
ctes.py Fixed the following code smells: 2022-09-10 13:48:14 +05:30
meta.py Update pgcli to latest release 3.4.1. Fixes #7411 2022-06-02 17:29:58 +05:30
tables.py Fixed the following code smells: 2022-09-10 13:48:14 +05:30
utils.py Merged the latest code of 'pgcli' used for the autocomplete feature. Fixes #5497 2020-10-01 13:29:46 +05:30