*** pyPgSQL/PgSQL.py 14 Dec 2002 05:13:34 -0000 1.29 --- pyPgSQL/PgSQL.py 23 Dec 2002 05:40:19 -0000 *************** *** 2638,2644 **** try: if (self.closed == 0) and self.conn.inTransaction: try: ! self.conn.conn.query("CLOSE %s" % self.name) except: pass except: --- 2638,2644 ---- try: if (self.closed == 0) and self.conn.inTransaction: try: ! self.conn.conn.query('CLOSE "%s"' % self.name) except: pass except: