psycopg2/ZPsycopgDA
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
..
dtml Show all the available isolation levels in ZPsycopgDA menu 2012-12-04 00:30:48 +00:00
icons Added icon removed from Zope 2.12.9 to the ZPsycopgDA package 2011-01-14 16:31:57 +01:00
__init__.py Added icon removed from Zope 2.12.9 to the ZPsycopgDA package 2011-01-14 16:31:57 +01:00
DA.py Added 2.4.6 to the allowed versions for ZPsycopgDA 2012-12-04 00:30:43 +00:00
db.py Use set_session instead of set_isolation_level where available 2012-12-04 00:30:52 +00:00
pool.py Added specific pool implementation for ZPsycopgDA 2012-12-04 00:30:58 +00:00