Thread: pgAdmin 4 commit: Issues resolved related to connection management and

pgAdmin 4 commit: Issues resolved related to connection management and

From
Ashesh Vashi
Date:
Issues resolved related to connection management and collection nodes:

- Allow to release connection using the database OID (did).
- Generate correct url for the collection nodes.
- Removed the server-type from the collection node module, from the
  generate_browser_collection_node(...) function.
- Show version string, and not version integer in the server properties
  (when connected).

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/collection.py                      |    6 +++---
web/pgadmin/browser/server_groups/servers/__init__.py  |    8 ++++----
web/pgadmin/browser/templates/browser/js/collection.js |   12 ++++++++++--
web/pgadmin/utils/driver/psycopg2/__init__.py          |   11 +++++++++--
4 files changed, 26 insertions(+), 11 deletions(-)