psycopg2/ZPsycopgDA
Daniele Varrazzo bf45539585 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-03 00:37:02 +00:00
..
dtml Show all the available isolation levels in ZPsycopgDA menu 2012-12-02 23:27:21 +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-02 22:46:55 +00:00
db.py Use set_session instead of set_isolation_level where available 2012-12-02 23:51:26 +00:00
pool.py Added specific pool implementation for ZPsycopgDA 2012-12-03 00:37:02 +00:00