psycopg2/tests
Daniele Varrazzo 4f3976681a Added Xid.from_string() constructor.
It exposes the parsing rules used in restore.
2010-11-05 09:34:49 +00:00
..
__init__.py Added test to verify executemany doesn't propagate exceptions. 2010-07-09 15:23:02 +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_tpc.py hook up two phase commit tests. 2010-11-05 09:34:47 +00:00
dbapi20.py DBAPI compatibility test updated to 1.12. 2010-09-23 23:36:58 +01: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 Making sync and async connection setup somewhat more consistent. 2010-04-23 13:24:35 +01:00
test_connection.py Added Xid.from_string() constructor. 2010-11-05 09:34:49 +00:00
test_copy.py Exceptions raised by the columns iterator propagated. 2010-07-10 00:12:50 +01:00
test_cursor.py cursor.mogrify() accepts unicode queries. 2010-10-05 03:13:44 +01:00
test_dates.py Handle time zones with seconds in the UTC offset. 2010-05-20 02:16:04 +01:00
test_green.py Try to restore the connection state after a wait callback error. 2010-04-21 15:21:32 +01:00
test_lobject.py Support large objects truncating. 2010-03-29 09:19:35 +02:00
test_notify.py Notify object exposed in the extensions module. 2010-11-05 09:34:47 +00:00
test_psycopg2_dbapi20.py hook up two phase commit tests. 2010-11-05 09:34:47 +00:00
test_quote.py 2008-04-21 James Henstridge <james@jamesh.id.au> 2008-04-20 23:19:42 +00:00
test_transaction.py Applied spelling fixes patch from Peter Eisentraut 2010-07-18 12:14:46 +02:00
types_basic.py Adapt buffer objects using an explicit cast on the string literal. 2010-05-15 14:27:23 +01:00
types_extras.py The Inet type knows how to adapt itself. 2010-09-25 23:55:55 +01:00