mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-01 09:07:57 -05: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.