removing last update
authorTony Mack <tmack@cs.princeton.edu>
Tue, 31 Mar 2009 20:54:51 +0000 (20:54 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 31 Mar 2009 20:54:51 +0000 (20:54 +0000)
PLC/PostgreSQL.py

index 0c4a24a..ecc4ec5 100644 (file)
@@ -221,7 +221,6 @@ class PostgreSQL:
         cursor = self.execute(query, params)
         rows = cursor.fetchall()
         cursor.close()
-        self.close()
         if hashref or key_field is not None:
             # Return each row as a dictionary keyed on field name
             # (like DBI selectrow_hashref()).