psycopg2/lib
Daniele Varrazzo 27cd6c4880 Added specific pool implementation for ZPsycopgDA
The implementation is based on psycopg 2.4, which should be less broken
(zope-wise) of the current one.

Instantiating psycopg2.pool.PersistentConnectionPool now raises a warning.

This should fix ticket #123, #125. The issue of the reset on
set_client_encoding() is still present but that's always been there and I'm no
good at fixing it.
2012-12-04 00:30:58 +00:00
..
__init__.py Raise TypeError instead of InterfaceError on bad params on connect() 2012-09-26 11:55:21 +01:00
_json.py Fixed json doc error 2012-09-25 00:12:57 +01:00
_range.py More helpful error messasge on Range order attempts 2012-09-25 00:07:08 +01:00
errorcodes.py errorcodes map updated to PostgreSQL 9.2 2012-09-21 01:59:02 +01:00
extensions.py Merge branch 'json' into devel 2012-09-27 00:41:04 +01:00
extras.py Fixed empty strings handling in composite caster 2012-12-03 14:19:09 +00:00
pool.py Added specific pool implementation for ZPsycopgDA 2012-12-04 00:30:58 +00:00
psycopg1.py A couple of fixes to psycopg1 2011-12-15 13:06:32 +00:00
tz.py Fixed pickling of FixedOffsetTimezone objects 2012-10-21 21:47:32 +01:00