pgadmin4/web/pgadmin/utils
Ashesh Vashi 7f790a7f49 Use the same cursor object of a connection object only from the same
server.

Current implementation keeps the cursor object in the 'g' (current
request context) object identified by the connection-id.
But - it fails to identify a different connection object request, when
we have same database name in different database server, it does not
able to identify it as separate request, Hence - now we will use
server-id qualified identifier for the same object.

Thanks Neel Patel for pointing out the issue.
2016-05-12 13:08:38 +05:30
..
driver Use the same cursor object of a connection object only from the same 2016-05-12 13:08:38 +05:30
__init__.py Allow the modules to define the i18n messages, and other messages 2016-05-10 16:07:48 +05:30
ajax.py First round of string review and cleanup. 2016-05-06 13:53:48 +01:00
crypto.py Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
menu.py Dashboards v1 2016-05-05 16:42:16 +01:00
preferences.py First round of string review and cleanup. 2016-05-06 13:53:48 +01:00
route.py Initial version of a regression test framework 2016-04-17 10:39:08 -04:00
session.py Do not honour the session-id, longer than 40 characters, instead create 2016-05-09 00:04:37 +05:30