Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Make the string representation of built-in objects more verbose (displaying status)
1. connection
active: <mariadb.connection object connected to 'hostname' at 0x... >
closed: <mariadb.connection object (closed) at 0x...>
2. cursor
active: <mariadb.connection.cursor object at 0x....>
closed: <mariadb.connection.cursor object (closed) at 0x....>
3. connection pool
active: <mariadb.ConnectionPool object 'poolname' at 0x.... >
closed: <mariadb.ConnectionPool object (closed) at 0x.... >