Re: Range Type Support - Mailing list psycopg

From Federico Di Gregorio
Subject Re: Range Type Support
Date
Msg-id 5058ACB3.5000501@initd.org
Whole thread Raw
In response to Re: Range Type Support  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
List psycopg
On 18/09/2012 19:07, Daniele Varrazzo wrote:
> On Tue, Sep 18, 2012 at 5:57 PM, Jonathan S. Katz
> <jonathan.katz@excoventures.com> wrote:
>>> Hi,
>>>
>>> I am using range types in an application I am writing and am
>>> planning on writing some mapping to have support with built-in
>>> Python ranges, and some simple extensions for dealing with date
>>> ranges.  I am going to write this on my own regardless, but is
>>> anyone working on this for psycopg2?  If not, I would be willing
>>> to contribute the code I am working on.
> What is a "built-in Python range"? You mean some Python object to be
> written with the same semantics of a postgres range? (subtype,
> handling of boundaries, empty singleton).
>
>

We'll probably need a range Python type too here.

federico

--
Federico Di Gregorio                         federico.digregorio@dndg.it
Studio Associato Di Nunzio e Di Gregorio                  http://dndg.it
  99.99999999999999999999% still isn't 100% but sometimes suffice. -- Me


psycopg by date:

Previous
From: "Jonathan S. Katz"
Date:
Subject: Re: Range Type Support
Next
From: Daniele Varrazzo
Date:
Subject: Re: Range Type Support