Psycopg 2.6.1 released
Posted by Daniele Varrazzo on 2015-06-16
Tagged as
news,
release
Psycopg 2.6.1 has been released. You can get it from:
The most important bug fixed in this release is the libcrypto callbacks conflict between libpq and Python (ticket #290), fixed by Jan Urbański: thank you very much. Other bugs fixed:
- Lists consisting of only None are escaped correctly (ticket #285).
- Correctly unlock the connection after error in flush (ticket #294).
- Fixed MinTimeLoggingCursor.callproc() (ticket #309).