pgadmin4/web/pgadmin/utils/driver/psycopg2
Harshal Dhumal ffa8d94e76 Better handling the non-ascii characters for different database objects.
Using 'psycopg2.extensions.UNICODE' (for Python < 3) in the psycopg2
driver for proper conversation of unicode characters. Also - adjusted
the string typecaster to take care of different character types (char,
character, text, name, character varying, and their array types).

Reviewed by: Dave Page, Murtuza Zabuawala & Akshay Joshi
2017-03-02 15:09:28 +05:30
..
__init__.py Better handling the non-ascii characters for different database objects. 2017-03-02 15:09:28 +05:30
cursor.py Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
generate_keywords.py Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
keywords.py Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00