psycopg2/lib
Federico Di Gregorio d2d94e203f Reverted isolation level values to backward compatible values
This basically removes the READ UNCOMMITED level (that internally
PostgreSQL maps to READ COMMITED anyway) to keep the numeric values
compattible with old psycopg versions. For full details and discussion
see this thread:
http://archives.postgresql.org/psycopg/2011-12/msg00008.php
2011-12-15 12:25:19 +01:00
..
__init__.py Reproducing/documenting odd behaviours of connect() 2011-11-17 21:51:24 +00:00
errorcodes.py errorcodes map updated to PostgreSQL 9.1 2011-08-22 17:29:14 +01:00
extensions.py Reverted isolation level values to backward compatible values 2011-12-15 12:25:19 +01:00
extras.py Named DictCursor/RealDictCursor honour itersize 2011-12-11 22:06:15 +00:00
pool.py Check the connection status before putting back into the pool 2011-08-09 11:44:30 +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