pgadmin4/web
Murtuza Zabuawala 8a7ec6b452 Update "parse_priv_to_db" function to return list a instead of a string.
This will also allow us to operate on individual privileges & also we
needed this functionality for column nodes.

For example,

*Earlier:* priv was string

GRANT {{ priv }} ON {{ type }} TO {{ conn|qtIdent(role) }};

*Now:* priv will be List, which we need to handle in jinja templates.

GRANT *{{ priv|join(', ') }}* ON {{ type }} TO {{ conn|qtIdent(role) }};
2016-03-09 17:10:03 +00:00
..
pgadmin Update "parse_priv_to_db" function to return list a instead of a string. 2016-03-09 17:10:03 +00:00
babel.cfg Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
config.py Preferences dialogue. Patch by Ashesh and Khushboo Vashi. 2016-03-07 11:48:53 +00:00
pgAdmin4.py Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
setup.py Preferences dialogue. Patch by Ashesh and Khushboo Vashi. 2016-03-07 11:48:53 +00:00