pgAdmin 4 commit: Allow to specify the number of arguments in the qtIde - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Allow to specify the number of arguments in the qtIde
Date
Msg-id E1aFzqI-0004E8-Tr@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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)

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1ba5d79978db7cf02eabfa03e2b810842327c714

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/__init__.py | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Resolved a typo introduced in the previous commit.
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Create the status-bar in the properties dialog, and i