On Friday, November 23, 2012 2:34:06 PM UTC+1, philipt wrote: > > Psycopg 2.4.6 will support them ( > http://initd.org/psycopg/docs/extras.html#range-data-types). >
It turns out that range (and JSON) support wasn't included in psycopg 2.4.6 -- and there's not defined date when it will be<http://archives.postgresql.org/psycopg/2012-12/msg00008.php> . However there's already some code available in this GitHub repository<https://github.com/dvarrazzo/psycopg/blob/devel/lib/_range.py>(whereas the official psycopg Git repository <http://www.initd.org/psycopg/development/>seems "out of date"...). So I think we can already start working at adding range/JSON support in SQLAlchemy. What do you think? -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sqlalchemy/-/EnpyIohNYkwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
