From: SourceForge.net <no...@so...> - 2003-03-22 13:49:31
|
Patches item #708013, was opened at 2003-03-22 14:52 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=316528&aid=708013&group_id=16528 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Christian Heimes (tiran) >Assigned to: Gerhard Häring (ghaering) Summary: type of PG_TIMETZ is NoneType instead timetz Initial Comment: I'm working on a DA for Zope3 (see http://cvs.zope.org/zopeproducts/pypgsqlda/ and last posting). The database abstraction layer of Zope3 supports converter to zope3 types by the type of column. PG_TIMETZ has no corresponding typechar. There should be a line like this in libpqmodule.c: case PG_TIMETZ: desc = "timetz"; break; greetings Christian ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=316528&aid=708013&group_id=16528 |