Re: Psycopg 2.2.x issue with PgBouncer

Daniele Varrazzo <[email protected]> Wed, 4 Aug 2010 12:20:42 +0100
Newsgroups gmane.comp.python.db.psycopg.devel
Message-ID <[email protected]>
2010/8/4 Devrim G=DCND=DCZ <[email protected]>:
>
> Where are we on this? I will move to new servers next week with 2.2.X
> series. I can rollback to 2.0.14, but I'd prefer to stick to 2.2.X
> series. Was this fixes somewhere?

If you ensure to have a commit/rollback before close/GC of the
connection, PgBouncer should work fine with all the psycopg versions.
If you can make this change and run the program with the current 2.2.2
a feedback would be very appreciated.

I haven't heard from fog if he prefers to have 2.2.3 reproducing the
behavior of pre 2.2, where a rollback was automatically issued on
close(), or if drop it for the reasons discussed in this thread.

-- Daniele