Re: [Sqlalchemy-tickets] [sqlalchemy] #2581: PostgreSQL-9.2 JSON datatype
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-11-28 16:23:11
|
#2581: PostgreSQL-9.2 JSON datatype
------------------------------+-------------------------------
Reporter: plaes | Owner: zzzeek
Type: enhancement | Status: new
Priority: medium | Milestone: 0.9.xx
Component: postgres | Severity: major - 1-3 hours
Resolution: | Keywords:
Progress State: in queue |
------------------------------+-------------------------------
Changes (by zzzeek):
* milestone: 0.8.xx => 0.9.xx
Comment:
Replying to [comment:15 lyschoening]:
> What is the timeline for this?
JSON is relatively low priority for me to implement solely, as this is one
that anyone can contribute - you can have the feature within days via pull
request, as mentioner earlier, JSON support will look very similar to
[https://github.com/zzzeek/sqlalchemy/blob/master/lib/sqlalchemy/dialects/postgresql/hstore.py
hstore] and perhaps
[https://github.com/zzzeek/sqlalchemy/blob/master/lib/sqlalchemy/dialects/postgresql/ranges.py
range] - both of which were contributed by motivated individuals.
> The milestone clearly needs to be updated.
done!
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2581#comment:16>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|