diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2016-07-04 20:49:21 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2016-07-04 22:07:28 +0100 |
commit | 9886a7210eb007495ca589ac781bc1177af2ac04 (patch) | |
tree | 857e91dba880447e4d1df64ef9e963eea1bb4e0f | |
parent | f4b57822b081d49e506ea22743391207709704d8 (diff) | |
download | psycopg2-9886a7210eb007495ca589ac781bc1177af2ac04.tar.gz |
Connection state fixed noted in the news
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ Current release What's new in psycopg 2.6.2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Fixed inconsistent state in externally closed connections + (:tickets:`#263, #311, #443`). - Report the server response status on errors (such as :ticket:`#281`). - The `~psycopg2.extras.wait_select` callback allows interrupting a long-running query in an interactive shell using :kbd:`Ctrl-C` |