From: SourceForge.net <no...@so...> - 2004-07-31 17:57:31
|
Bugs item #1001242, was opened at 2004-07-31 19:57 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=1001242&group_id=16528 Category: PgSQL Group: None Status: Open Resolution: None Priority: 5 Submitted By: Hallvard B Furuseth (hfuru) Assigned to: Nobody/Anonymous (nobody) Summary: typecast typo: __comm should be __conn Initial Comment: There is a typo in the bugfix to typecast() in PgSQL.py rev 1.40: 'self.conn' was "fixed" to 'self.__comm.conn'. It should be 'self.__conn.conn' as in handleArray(). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=1001242&group_id=16528 |