summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-10-23 01:06:24 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-10-23 01:57:48 +0100
commit8fb0f694f755a5c1bfdd67f923ec43be3c0d34b5 (patch)
tree004da29b7091b6fcab16c619e19a92162c9c67b6 /NEWS
parent05f9e231a0aafed57b1f38ad6a1e6a5838b05cc5 (diff)
downloadpsycopg2-8fb0f694f755a5c1bfdd67f923ec43be3c0d34b5.tar.gz
Don't barf on Composite passed to execute_values()fix-794
Close #794
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f7826bd..2d64e93 100644
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,8 @@ What's new in psycopg 2.7.6
- Fixed hang trying to :sql:`COPY` via `~cursor.execute()` (:ticket:`#781`).
- Fixed segfault accessing the `connection.readonly` and
`connection.deferrable` repeatedly (:ticket:`#790`).
+- `~psycopg2.extras.execute_values()` accepts `~psycopg2.sql.Composable`
+ objects (#794).
- `~psycopg2.errorcodes` map updated to PostgreSQL 11.