pgadmin4/web/pgadmin/browser
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
..
server_groups Added support for qtIdent, qtTypeIdent, qtLiteral for quoting the 2016-01-02 14:54:05 +05:30
static Introduced new controls to show the list of a node type (by name and id) as properties of other node. 2015-12-28 01:00:20 +05:30
templates/browser Introduced new controls to show the list of a node type (by name and id) as properties of other node. 2015-12-28 01:00:20 +05:30
__init__.py Introduced new controls to show the list of a node type (by name and id) as properties of other node. 2015-12-28 01:00:20 +05:30
collection.py Introduced new controls to show the list of a node type (by name and id) as properties of other node. 2015-12-28 01:00:20 +05:30
utils.py Moving children function within the PGChildNodeView itself, instead of 2015-12-26 11:29:12 +05:30