pgadmin4/web/pgadmin/utils
Ashesh Vashi 2aeae06882 Added support for qtIdent, qtTypeIdent, qtLiteral for quoting the
inputs.

In order to do the proper quoting around the identifier, different type,
and literal, we introduced respective functions qtIdent, qtTypeIdent,
qtLiteral in psycopg2 driver. Also, introduced them as the Jinja's
custom filter for using it directly inside the templates.

Also, created an utility - generate_keywords.py in order to generate
keyword lists from the latest PostgreSQL installation.
2016-01-02 14:54:05 +05:30
..
driver Added support for qtIdent, qtTypeIdent, qtLiteral for quoting the 2016-01-02 14:54:05 +05:30
__init__.py Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
ajax.py Fixing few issues with context menu icon missing. 2015-12-04 14:47:18 +05:30
crypto.py First round of Python 3 compatibility fixes. 2015-11-06 10:23:19 +00:00
menu.py Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30