From: Tony Mack Date: Tue, 31 Mar 2009 20:54:51 +0000 (+0000) Subject: removing last update X-Git-Tag: PLCAPI-4.2-19~4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=dfc272f3a52ed9c945b1d7872c680a33829481f1;p=plcapi.git removing last update --- diff --git a/PLC/PostgreSQL.py b/PLC/PostgreSQL.py index 0c4a24a1..ecc4ec5d 100644 --- a/PLC/PostgreSQL.py +++ b/PLC/PostgreSQL.py @@ -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()).