diff options
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 |