From dec28a21acf98ccb4aa6324a17ad19bf709eb15c Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 5 Sep 2020 21:46:58 +0100 Subject: 'cursor.query' reports the query of the last COPY opearation too Close #1141. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') 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. -- cgit v1.2.1