pgadmin4/web/pgadmin/utils
Ashesh Vashi 1ba5d79978 Allow to specify the number of arguments in the qtIdent to make it work
with schema specified object name. This will also works with
EntepriseDB's package too.

Also, added dependency on the current connection object, it will allow
us to use the keywords list specific to the database server in futuer.

You can use the qtIdent template filter as:
conn|qtIdent(name)
or,
conn|qtIdent(schema_name, name)
2016-01-04 13:13:46 +05:30
..
driver Allow to specify the number of arguments in the qtIdent to make it work 2016-01-04 13:13:46 +05:30
__init__.py Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
ajax.py Introduced an ajax response 'not_implemented' with HTTP status code 501. 2016-01-02 14:55:13 +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