pgadmin4/web/pgadmin/utils/driver
Ashesh Vashi 37e2e1d24b Fixing the decryption issue during restoring the connection on restart.
As we convert the binary password to string during storing the
connection information, we also need to convert it back to byte-arrays
during restoring the connections.

Hence - decode the passowrd using 'utf-8' encoding during storing the
connection information, and encode it during restoring the connections.
2016-06-06 22:48:53 +05:30
..
psycopg2 Fixing the decryption issue during restoring the connection on restart. 2016-06-06 22:48:53 +05:30
__init__.py Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
abstract.py Add support for an affected row count property to the DB interface. 2016-04-12 17:02:54 +01:00
registry.py First round of string review and cleanup. 2016-05-06 13:53:48 +01:00