psycopg2/tests
Jan Urbański 4afc1baf35 Make polling a cursor that's not in an async query raise an exception.
If there is an asynchronous query, polling a cursor that did not
initiate it will raise an exception. Polling while there is no
asynchronous query underway still works, because the user needs to
have a way to get asynchronous NOTIFYs.
2010-04-14 09:56:44 +02: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 Make polling a cursor that's not in an async query raise an exception. 2010-04-14 09:56:44 +02: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