git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2a48e6
)
removing last update
author
Tony Mack
<tmack@cs.princeton.edu>
Tue, 31 Mar 2009 20:54:51 +0000
(20:54 +0000)
committer
Tony Mack
<tmack@cs.princeton.edu>
Tue, 31 Mar 2009 20:54:51 +0000
(20:54 +0000)
PLC/PostgreSQL.py
patch
|
blob
|
history
diff --git
a/PLC/PostgreSQL.py
b/PLC/PostgreSQL.py
index
0c4a24a
..
ecc4ec5
100644
(file)
--- 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()).