summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2020-09-05 21:46:58 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2020-09-05 21:47:35 +0100
commitdec28a21acf98ccb4aa6324a17ad19bf709eb15c (patch)
tree8e90d2a0de2e4d736318a90d5a2af0f4347f9771 /NEWS
parentdd1724c44789df3b1ce84e7ae5b6cfe5675c689b (diff)
downloadpsycopg2-dec28a21acf98ccb4aa6324a17ad19bf709eb15c.tar.gz
'cursor.query' reports the query of the last COPY opearation too
Close #1141.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3b4a11c..d97c23d 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ What's new in psycopg 2.8.6
(:ticket:`#1101`).
- Fixed search of mxDateTime headers in virtualenvs (:ticket:`#996`).
- Added missing values from errorcodes (:ticket:`#1133`).
+- `cursor.query` reports the query of the last :sql:`COPY` opearation too
+ (:ticket:`#1141`).
- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
PostgreSQL 13.
- Wheel package compiled against OpenSSL 1.1.1g.