mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-30 12:33:52 -06:00
37e2e1d24b
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. |
||
---|---|---|
.. | ||
psycopg2 | ||
__init__.py | ||
abstract.py | ||
registry.py |