diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-02-07 18:52:16 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-02-07 18:52:16 +0000 |
commit | d596ecdc8b84a0de3be096a582ce08a172f0ad7a (patch) | |
tree | cbfaa6e885afea2adf2e011817cffabd8ee55df4 /NEWS | |
parent | 791befca186f4dc4d77908159a7ed991bd806252 (diff) | |
download | psycopg2-pg10.tar.gz |
Don't convert '{}'::unknown into an empty listpg10
Close #506.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ Other changes: connection. - `~connection.set_isolation_level()` will throw an exception if executed inside a transaction; previously it would have silently rolled it back. +- Empty arrays no more converted into lists if they don't have a type attached + (:ticket:`#506`) What's new in psycopg 2.6.3 |