pgadmin4/web/pgadmin/utils/driver/psycopg2
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
..
__init__.py Use the same cursor object of a connection object only from the same 2016-05-12 13:08:38 +05:30
generate_keywords.py Resolved an issue related to quoting the wrong keywords for the types. 2016-02-05 10:15:23 +05:30
keywords.py Copyright updates for 2016. 2016-01-18 14:48:14 +00:00