From: SourceForge.net <no...@so...> - 2004-07-31 20:21:28
|
Bugs item #1001242, was opened at 2004-07-31 13:57 Message generated for change (Comment added) made by ballie01 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: Fixed Priority: 5 Submitted By: Hallvard B Furuseth (hfuru) Assigned to: Billy G. Allie (ballie01) 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(). ---------------------------------------------------------------------- >Comment By: Billy G. Allie (ballie01) Date: 2004-07-31 16:21 Message: Logged In: YES user_id=8500 It's fixed and committed to CVS. ---------------------------------------------------------------------- Comment By: Billy G. Allie (ballie01) Date: 2004-07-31 16:21 Message: Logged In: YES user_id=8500 It's fixed and committed to CVS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=1001242&group_id=16528 |