[Collab-qa-commits] r1294 - udd/udd

zack at alioth.debian.org zack at alioth.debian.org
Fri Sep 26 15:57:43 UTC 2008


Author: zack
Date: 2008-09-26 15:57:41 +0000 (Fri, 26 Sep 2008)
New Revision: 1294

Modified:
   udd/udd/lintian_gatherer.py
Log:
add missing DEALLOCATE for the (prepared) lintian insert query


Modified: udd/udd/lintian_gatherer.py
===================================================================
--- udd/udd/lintian_gatherer.py	2008-09-26 15:55:17 UTC (rev 1293)
+++ udd/udd/lintian_gatherer.py	2008-09-26 15:57:41 UTC (rev 1294)
@@ -66,6 +66,8 @@
       else:
         print "Can't parse line %d: %s" % (line_number, line)
 
+    cur.execute("DEALLOCATE lintian_insert")
+
 if __name__ == '__main__':
   main()
 




More information about the Collab-qa-commits mailing list