psycopg2/lib
Daniele Varrazzo 19ec8809fd Use all the isolation levels accepted by PostgreSQL
In PG 9.1 repeatable read and serializable are distinct levels.
2011-05-11 13:01:20 +01:00
..
__init__.py Import _psycopg as the first module in the package 2011-02-17 10:45:18 +00:00
errorcodes.py Added PostgreSQL 9.0 error codes. 2010-09-23 23:43:23 +01:00
extensions.py Use all the isolation levels accepted by PostgreSQL 2011-05-11 13:01:20 +01:00
extras.py Don't fetch all the records iterating a NamedTuple cursor on a named cursor 2011-04-26 19:26:19 +01:00
pool.py Some light cleanup for Py3 conversion. 2010-12-21 04:02:13 +00: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