Range Type Support

From: "Jonathan S(dot) Katz" <jonathan(dot)katz(at)excoventures(dot)com>
To: psycopg(at)postgresql(dot)org
Subject: Range Type Support
Date: 2012-09-18 16:57:36
Message-ID: 911C4B16-2AAF-42ED-97A6-0D72C68B25B7@excoventures.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

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.

I was planning on writing the adapter in Python as I am unfamiliar with writing C code for Python. Are there any thoughts where such an adapter would be placed, e.g. in lib.extras

Thanks,

Jonathan

Responses

Browse psycopg by date

  From Date Subject
Next Message Daniele Varrazzo 2012-09-18 17:07:21 Re: Range Type Support
Previous Message Daniele Varrazzo 2012-09-18 16:44:09 Re: JSON type caster