mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-11-02 00:37:33 +03:00
Instead, the code should be using the fileno() and poll() methods of the cursor's connection. Handle the case when poll() is called on an already built connection as a request to poll the asynchronous query (if there is one) and get NOTIFY events. Update the tests to reflect that change, add a test for NOTIFY. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bug_gc.py | ||
| bugX000.py | ||
| dbapi20.py | ||
| extras_dictcursor.py | ||
| test_async.py | ||
| test_connection.py | ||
| test_copy.py | ||
| test_dates.py | ||
| test_lobject.py | ||
| test_psycopg2_dbapi20.py | ||
| test_quote.py | ||
| test_transaction.py | ||
| types_basic.py | ||
| types_extras.py | ||