mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-10-29 06:47:36 +03:00
the Connection and Cursor "closed" attributes. * psycopg/cursor_type.c (psyco_curs_get_closed): add a "closed" attribute to cursors. It will be True if either the cursor or its associated connection are closed. This fixes bug #164. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bugX000.py | ||
| dbapi20.py | ||
| extras_dictcursor.py | ||
| test_connection.py | ||
| test_dates.py | ||
| test_psycopg2_dbapi20.py | ||
| test_quote.py | ||
| test_transaction.py | ||
| types_basic.py | ||