pgadmin4/web/pgadmin/utils/driver/psycopg2
Ashesh Vashi e73e2d2502 Fixed the errors, and warnings reported by pylama.
TODO::
- Don't use unicode in Python 3 for removing the support of Python 2 (
  psycopg2 driver - __init__.py, server_manager.py).
- Merge the lastest pgcli (version: 3.0.0) for SQL autocompletion.
2020-05-08 14:13:38 +05:30
..
__init__.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
connection.py Fixed the errors, and warnings reported by pylama. 2020-05-08 14:13:38 +05:30
cursor.py Remove Python2 modules. 2020-05-08 12:28:21 +05:30
encoding.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
generate_keywords.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
keywords.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
server_manager.py Remove support for Python 2. Fixes #5443 2020-05-04 14:58:49 +01:00
typecast.py Remove Python2 references from the source code. 2020-04-30 17:22:48 +05:30