mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
* Handle cases when psycopg returns bytes instead of a string. See https://github.com/psycopg/psycopg/issues/561 * A more appropriate fix, suggested by Daniele Varrazzo * Fix typo. * Re-think this check. Our own driver effectively monkey-patches the psycopg encoding mappings.