pgadmin4/web/regression/python_test_utils
Dave Page 8ea3346a9d
Handle SQL_ASCII databases when running test cases.
* 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.
2023-05-16 09:20:01 +05:30
..
__init__.py
csrf_test_client.py
sql_template_test_base.py Added support for psycopg3 along with psycopg2. #5011 2023-02-15 11:31:29 +05:30
template_helper.py
test_gui_helper.py
test_utils.py Handle SQL_ASCII databases when running test cases. 2023-05-16 09:20:01 +05:30