Habemus jsonb

This commit is contained in:
Daniele Varrazzo 2014-08-13 01:58:28 +01:00
parent f40ad93a37
commit e225aad042

1
NEWS
View File

@ -13,6 +13,7 @@ Bug fixes:
What's new in psycopg 2.5.4 What's new in psycopg 2.5.4
^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Added :sql:`jsonb` support for PostgreSQL 9.4.
- Fixed segfault if COPY statements are executed instead of using the - Fixed segfault if COPY statements are executed instead of using the
proper methods (:ticket:`#219`). proper methods (:ticket:`#219`).
- Don't ignore silently the `cursor.callproc` argument without a length. - Don't ignore silently the `cursor.callproc` argument without a length.