pgadmin4/web/pgadmin/utils/driver/psycopg2
Murtuza Zabuawala 1dd1c10255 Do not decrypt the password when the password is 'None'. Fixes #2765
This should avoid the common but harmless exception "ValueError: IV must be 16 bytes long while decrypting the password."
2018-01-03 13:19:58 +00:00
..
__init__.py Do not decrypt the password when the password is 'None'. Fixes #2765 2018-01-03 13:19:58 +00:00
cursor.py Re-hash the way that we handle rendering of special types such as arrays. Fixes #2782. Fixes #2822. 2017-12-13 11:53:27 +00:00
generate_keywords.py Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
keywords.py Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
typecast.py Re-hash the way that we handle rendering of special types such as arrays. Fixes #2782. Fixes #2822. 2017-12-13 11:53:27 +00:00