diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-05-20 13:56:59 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-05-20 14:00:09 +0100 |
| commit | c4da939909ea9bef99bcdef805b68dca6131eac0 (patch) | |
| tree | a5fd84e8632ebfa341e59f54073ec4b4c7b30423 /NEWS | |
| parent | 098c00d73e193f09ce9589a6bb574f5833be714e (diff) | |
| download | psycopg2-fix-716.tar.gz | |
Don't raise an exception closing an unused named cursorfix-716
Close #716
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ What's new in psycopg 2.7.5 (:ticket:`#677`). - Maybe fixed building on MSYS2 (as reported in :ticket:`#658`). - Allow string subclasses in connection and other places (:ticket:`#679`). +- Don't raise an exception closing an unused named cursor (:ticket:`#716`). What's new in psycopg 2.7.4 |
