Missing typecasters [was: Decimal]

Daniele Varrazzo <[email protected]> Tue, 13 Apr 2010 23:44:37 +0100
Newsgroups gmane.comp.python.db.psycopg.devel
Message-ID <[email protected]>
On Tue, Apr 13, 2010 at 11:24 PM, Daniele Varrazzo
<[email protected]> wrote:

> Federico, I see DECIMAL is not imported in the extensions module. I'll
> check if there are other missing types and provide a patch for them.

Other than DECIMAL, the time-related typecaster are missing: PYDATE,
PYDATETIME, PYINTERVAL, PYTIME (and MX equivalent).

Should they be imported too, if available?

-- Daniele