pgadmin4/web/pgadmin/utils/driver
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
..
psycopg2 Better handling the non-ascii characters for different database objects. 2017-03-02 15:09:28 +05:30
__init__.py Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
abstract.py Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
registry.py Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00