From: SourceForge.net <no...@so...> - 2003-12-08 00:34:04
|
Bugs item #855987, was opened at 2003-12-08 11:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=855987&group_id=16528 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ben Burton (bab) Assigned to: Nobody/Anonymous (nobody) Summary: TypeCache error (invalid constructor argument) Initial Comment: (Received through the Debian BTS as #221897.) Hi - there is a mistake in the TypeCache class, specifically in routines typecast() and handleArray(). When creating PgLargeObject instances the first argument to the constructor is self.conn, which is invalid. I believe this should be changed to self.__conn.conn. A patch is attached (the patch has not been tested). Thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=855987&group_id=16528 |