What's new in psycopg 2.5.3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Work around `pip issue #1630 <https://github.com/pypa/pip/issues/1630>`__ making installation via ``pip -e git+url`` impossible (🎫`#18`). - Copy operations correctly set the `cursor.rowcount` attribute (🎫`#180`). - It is now possible to call `get_transaction_status()` on closed connections. - Fixed unsafe access to object names causing assertion failures in Python 3 debug builds (🎫`#188`). - Mark the connection closed if found broken on `poll()` (from 🎫`#192` discussion) - Fixed handling of dsn and closed attributes in connection subclasses failing to connect (from 🎫`#192` discussion). - Added arbitrary but stable order to `Range` objects, thanks to Chris Withers (🎫`#193`). - Avoid blocking async connections on connect (🎫`#194`). Thanks to Adam Petrovich for the bug report and diagnosis. - Don't segfault using poorly defined cursor subclasses which forgot to call the superclass init (🎫`#195`). - Mark the connection closed when a Socket connection is broken, as it happens for TCP connections instead (🎫`#196`). - Fixed overflow opening a lobject with an oid not fitting in a signed int (🎫`#203`). - Fixed handling of explicit default ``cursor_factory=None`` in `connection.cursor()` (🎫`#210`). - Fixed possible segfault in named cursors creation. - Fixed debug build on Windows, thanks to James Emerton.
5 lines
246 B
Text
5 lines
246 B
Text
$NetBSD: distinfo,v 1.18 2014/05/20 08:35:09 wiz Exp $
|
|
|
|
SHA1 (psycopg2-2.5.3.tar.gz) = e41c26f4bef02ac03fa4a09edd65ec195170f822
|
|
RMD160 (psycopg2-2.5.3.tar.gz) = 018c76409358a063de0db56da50e76219004f957
|
|
Size (psycopg2-2.5.3.tar.gz) = 690689 bytes
|