psycopg2/tests
Jan Urbański c4ebc0f702 Handle errors in asynchronous queries.
Do it by keeping the reference to the last PGresult in the cursor and
calling pq_fetch() before ending the asynchronous execution. This
takes care of handling the possible error state of the PGresult and
also allows the removal of the needsfetch flag, since now after
execution ends the results are already fetched and parsed.
2010-04-20 23:01:01 +01:00
..
__init__.py Added some COPY tests. 2010-04-07 23:41:32 +01:00
bug_gc.py Added test for refcounting/gc bug reported by Michael Tharp 2010-04-08 18:42:20 +02:00
bugX000.py Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
dbapi20.py Added DBAPI 2.0 conformance tests in tests/. 2006-02-11 06:55:17 +00:00
extras_dictcursor.py Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
test_async.py Handle errors in asynchronous queries. 2010-04-20 23:01:01 +01:00
test_connection.py Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
test_copy.py Added some COPY tests. 2010-04-07 23:41:32 +01:00
test_dates.py Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
test_lobject.py Support large objects truncating. 2010-03-29 09:19:35 +02:00
test_psycopg2_dbapi20.py Removed unecessary import 2009-04-04 19:14:53 +02:00
test_quote.py 2008-04-21 James Henstridge <james@jamesh.id.au> 2008-04-20 23:19:42 +00:00
test_transaction.py Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
types_basic.py Fixed problem with decimal.Decimal conversions 2010-02-21 01:04:00 +01:00
types_extras.py Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00