pgadmin4/web/pgadmin/utils
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
..
driver Better handling the non-ascii characters for different database objects. 2017-03-02 15:09:28 +05:30
sqlautocomplete Another Python 3 fix. 2017-01-31 12:12:22 +00:00
tests Rename the 9.1_plus templates to "default" to more appropriately support Greenplum which is based on 8.3. 2017-02-01 09:57:49 +00:00
__init__.py Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
ajax.py Format JSON more efficiently. This can significantly reduce response sizes from the server. 2017-01-06 14:09:36 +00:00
crypto.py Various encoding fixes. Fixes #2160 2017-02-16 11:00:40 +00:00
exception.py Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
html.py Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
menu.py Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
paths.py Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
preferences.py Allow direct navigation (i.e. typing of paths) in the file manager. Fixes #1911 2017-02-03 10:51:36 +01:00
route.py Make feature test app teardown more reliable, and tests faster 2017-03-01 13:20:06 +00:00
session.py Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
versioned_template_loader.py Rename the 9.1_plus templates to "default" to more appropriately support Greenplum which is based on 8.3. 2017-02-01 09:57:49 +00:00