psycopg2/lib
Daniele Varrazzo fdfa2de1a1 Fixed adaptation of None in composite types (ticket #26).
Added an adapter for None: it is usually not invoked as adaptation to
NULL is a fast path in mogrify, but can be invoked by composite types.
Notice that composite types still have the option to fast-path None
(e.g. list adapter does).
2011-01-01 17:07:54 +01:00
..
__init__.py Fixed adaptation of None in composite types (ticket #26). 2011-01-01 17:07:54 +01:00
errorcodes.py Added PostgreSQL 9.0 error codes. 2010-09-23 23:43:23 +01:00
extensions.py Fixed adaptation of None in composite types (ticket #26). 2011-01-01 17:07:54 +01:00
extras.py DictRow items can be updated. Patch by Alex Aster. 2010-12-01 13:17:12 +00:00
pool.py Dropped logging.basicConfig() call. 2010-07-09 23:23:10 +01:00
psycopg1.py Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
tz.py Added evaluable representation for the FixedOffsetTimezone object. 2010-05-15 14:27:23 +01:00