Re: JSONB marshalling

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
Cc: Federico Di Gregorio <fog(at)dndg(dot)it>, "psycopg(at)postgresql(dot)org" <psycopg(at)postgresql(dot)org>
Subject: Re: JSONB marshalling
Date: 2014-08-12 21:32:05
Message-ID: 04204B1B-CE11-4DF2-A353-4F6964E32DB8@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg


On Aug 12, 2014, at 2:23 PM, Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com> wrote:

> After reading this SO question
> <http://stackoverflow.com/questions/25263736/jsonb-with-psycopg2-realdictcursor>
> I'm thinking that users expect jsonb to work exactly like json does.
> Our docs say that json is automatically converted into python objects
> since psycopg 2.5

+1.

> So, if nobody shouts in disagreement, there will be a 2.5.4 released
> in a few days/couple of weeks with a handful of secondary bugfixes and
> jsonb support baked in.

+2! :)

--
-- Christophe Pettus
xof(at)thebuild(dot)com

In response to

Browse psycopg by date

  From Date Subject
Next Message Daniele Varrazzo 2014-08-28 17:29:37 Psycopg bug tracker moved to GitHub
Previous Message Daniele Varrazzo 2014-08-12 21:23:36 Re: JSONB marshalling