[annuaires_pg] DOn évite de laisser trainer un curseur
darcs-hash:20110507220430-ffbb2-a1f247091a3460a8db2bb426ebe3154290296092.gz
This commit is contained in:
parent
9e6237a7b0
commit
0b78812de7
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ try:
|
|||
cur.execute("SELECT DISTINCT batiment FROM prises")
|
||||
bat_switchs = [i[0] for i in cur.fetchall()]
|
||||
cur.close()
|
||||
del cur
|
||||
except psycopg2.OperationalError:
|
||||
bat_switchs = ["a", "b", "c", "g", "h", "i", "j", "m", "o", "p"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue