From dfc272f3a52ed9c945b1d7872c680a33829481f1 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 31 Mar 2009 20:54:51 +0000 Subject: [PATCH] removing last update --- PLC/PostgreSQL.py | 1 - 1 file changed, 1 deletion(-) 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()). -- 2.47.0