mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-11-02 00:37:33 +03:00
If the connection is sync, notices will be processed by pq_fetch() downstream. If the connection is async, here we have only sent the query: no result is ready yet, and neither notices have had a chance to arrive: they will be retrieved later by pq_is_busy(). Added tests to check the above statement don't break. |
||
|---|---|---|
| .. | ||
| __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 | ||