pgadmin4/web/pgadmin/utils/driver
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
..
psycopg2 Use the same cursor object of a connection object only from the same 2016-05-12 13:08:38 +05:30
__init__.py Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
abstract.py Add support for an affected row count property to the DB interface. 2016-04-12 17:02:54 +01:00
registry.py First round of string review and cleanup. 2016-05-06 13:53:48 +01:00