Habemus jsonb

This commit is contained in:
Daniele Varrazzo 2014-08-13 01:58:28 +01:00
parent 0f48a5e8b8
commit 774c1ff151

1
NEWS
View File

@ -4,6 +4,7 @@ Current release
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.