mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 09:24:07 +03:00
12ef826d50
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 |