[sqlalchemy] Re: Do we have support for PostgreSQL's JSON data type?

2013-09-03 Thread John Yeuk Hon Wong
On Monday, September 2, 2013 11:49:47 PM UTC-4, John Yeuk Hon Wong wrote: It seems like for 0.8.2 release we have added the range type support but not the JSON data type support. I believe psycopg2.5 supports both range and JSON data type. Do we have a bridge in 0.8.2 to support JSON data type

[sqlalchemy] Do we have support for PostgreSQL's JSON data type?

2013-09-02 Thread John Yeuk Hon Wong
It seems like for 0.8.2 release we have added the range type support but not the JSON data type support. I believe psycopg2.5 supports both range and JSON data type. Do we have a bridge in 0.8.2 to support JSON data type, or do I still have to write a custom, user-defined data type? Thanks.