pgadmin4/web/pgadmin/browser
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
..
server_groups Better handling the non-ascii characters for different database objects. 2017-03-02 15:09:28 +05:30
static Move 3rd party client code into vendor/ directories for ease of maintenance. 2017-02-24 17:01:21 +00:00
templates/browser Move 3rd party client code into vendor/ directories for ease of maintenance. 2017-02-24 17:01:21 +00:00
tests Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
__init__.py Fix CSS path. Fixes #2213 2017-02-27 12:39:13 +00:00
collection.py Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
utils.py Bypass recovery checks with older servers. This is required for Greenplum which is based on PG 8.3 at present. 2017-01-30 17:02:55 +00:00