pgAdmin 4 commit: Allow to specify the number of arguments in the qtIde

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Allow to specify the number of arguments in the qtIde
Дата
Msg-id E1aFzqI-0004E8-Tr@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Resolved a typo introduced in the previous commit.
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Create the status-bar in the properties dialog, and i