summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-10-29 23:15:40 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-10-30 01:48:51 +0000
commita83696fc5069609b4267a9f80144d2041a0d3151 (patch)
treedf146d5622817fd2381ba172a703387728cabae8 /NEWS
parent2f24a2e22ddf83f6448f2ecb48bfffcc40a94899 (diff)
downloadpsycopg2-fix-788.tar.gz
Fixed adaptation of lists of empty listsfix-788
...somehow. Postgres doesn't support them and converts them into a simple empty array. However this is not really our concern: the syntax we return is valid. Close #788
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2d64e93..2e035a0 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,7 @@ What's new in psycopg 2.7.6
(:ticket:`#746`).
- Fixed building on modern FreeBSD versions with Python 3.7 (:ticket:`#755`).
- Fixed hang trying to :sql:`COPY` via `~cursor.execute()` (:ticket:`#781`).
+- Fixed adaptation of arrays of empty arrays (:ticket:`#788`).
- Fixed segfault accessing the `connection.readonly` and
`connection.deferrable` repeatedly (:ticket:`#790`).
- `~psycopg2.extras.execute_values()` accepts `~psycopg2.sql.Composable`