psycopg2/sandbox
Daniele Varrazzo 58d048198f Close the connection on error in callback
Unfortunately PQcancel blocks, so it's not better than PQgetResult.
It has been suggested to use PQreset in non-blocking way but this would give
the Python program the burden of handling a connection done but not configured
in an unexpected place.
2012-10-09 02:01:29 +01:00
..
array.py
async.py
crash.py
dec2float.py Fixed error related to calling C typecasters from Python ones 2010-05-15 19:34:56 +02:00
domainoid.py
gtk.py
iter.py
leak.test.py COPY problem tests and partial fix 2008-05-27 17:40:19 +02:00
misc_dbapi_test.py
named.py
pbool.py
stress.py
stress2.py
test_copy2.csv COPY problem tests and partial fix 2008-05-27 17:40:19 +02:00
test_copy2.py COPY problem tests and partial fix 2008-05-27 17:40:19 +02:00
test_green_error.py Close the connection on error in callback 2012-10-09 02:01:29 +01:00
test_isready_connection_closed.py Added isready() error test to sandbox 2009-01-10 18:48:31 +01:00
test_notices.py Added a couple of test scripts to sandbox 2009-04-19 16:25:49 +02:00
test-psycopg2-datetime-systematic.py Added a couple of test scripts to sandbox 2009-04-19 16:25:49 +02:00
test.py
test814.py
textfloat.py
trigger_double_dealloc.py Fix to double free segfault in connection 2009-04-19 16:51:31 +02:00
trigger-commit-fail.py
typecrash.py
tzhalf.py
valgrind-python.supp