From: SourceForge.net <no...@so...> - 2003-12-17 05:27:56
|
Bugs item #855987, was opened at 2003-12-07 19:34 Message generated for change (Comment added) made by ballie01 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=855987&group_id=16528 Category: None Group: None >Status: Closed >Resolution: Fixed 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! ---------------------------------------------------------------------- >Comment By: Billy G. Allie (ballie01) Date: 2003-12-17 00:27 Message: Logged In: YES user_id=8500 Fixed in version 1.40 of pyPgSQL/PgSQL.py ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=855987&group_id=16528 |