pgadmin4/web/pgadmin/utils/driver/psycopg3
Akshay Joshi a22b2a6074
Added keep-alive support for SSH sessions when connecting to a PostgreSQL server via an SSH tunnel. #7016
2023-12-19 16:16:03 +05:30
..
__init__.py Fix PEP8 issues with latest pycodestyle (#6636) 2023-07-31 18:14:39 +05:30
connection.py Added keep-alive support for SSH sessions when connecting to a PostgreSQL server via an SSH tunnel. #7016 2023-12-19 16:16:03 +05:30
cursor.py Fixed CSV export from Query Tool results does not include all columns for multiple CTEs. #6122 2023-04-11 19:09:26 +05:30
encoding.py Support UNICODE encoding as psycopg3 do not support it by default. 2023-06-21 15:32:13 +05:30
generate_keywords.py Added support for psycopg3 along with psycopg2. #5011 2023-02-15 11:31:29 +05:30
keywords.py Added support for psycopg3 along with psycopg2. #5011 2023-02-15 11:31:29 +05:30
server_manager.py Added keep-alive support for SSH sessions when connecting to a PostgreSQL server via an SSH tunnel. #7016 2023-12-19 16:16:03 +05:30
typecast.py Fix an error 'list' object has no attribute 'strip' while attempting to populate auto-complete manually the first time. #6556 2023-07-13 10:18:38 +05:30