diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-10-29 23:15:40 +0000 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-10-30 01:48:51 +0000 |
| commit | a83696fc5069609b4267a9f80144d2041a0d3151 (patch) | |
| tree | df146d5622817fd2381ba172a703387728cabae8 /NEWS | |
| parent | 2f24a2e22ddf83f6448f2ecb48bfffcc40a94899 (diff) | |
| download | psycopg2-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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` |
