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 Support generation of DDL for tables in Greenplum DB. Fixes #2261 2017-03-23 11:40:06 +00:00
csrf_test_client.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
sql_template_test_base.py Added support for psycopg3 along with psycopg2. #5011 2023-02-15 11:31:29 +05:30
template_helper.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
test_gui_helper.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
test_utils.py Handle SQL_ASCII databases when running test cases. 2023-05-16 09:20:01 +05:30