summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4b000bc)
raw | patch | inline | side by side (parent: 4b000bc)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 10 Jul 2002 00:24:10 +0000 (00:24 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 10 Jul 2002 00:24:10 +0000 (00:24 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@855 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/hyperdb.py | patch | blob | history |
diff --git a/roundup/hyperdb.py b/roundup/hyperdb.py
index 8837db4fc483cba523cfc03d11f2235d91ddc881..af70c2d4761b6a46ac17667ac2d02df184f0ff02 100644 (file)
--- a/roundup/hyperdb.py
+++ b/roundup/hyperdb.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: hyperdb.py,v 1.73 2002-07-10 00:19:48 richard Exp $
+# $Id: hyperdb.py,v 1.74 2002-07-10 00:24:10 richard Exp $
__doc__ = """
Hyperdatabase implementation, especially field types.
break
if hit:
break
- except:
+ finally:
cldb.close()
return l
#
# $Log: not supported by cvs2svn $
+# Revision 1.73 2002/07/10 00:19:48 richard
+# Added explicit closing of backend database handles.
+#
# Revision 1.72 2002/07/09 21:53:38 gmcm
# Optimize Class.find so that the propspec can contain a set of ids to match.
# This is used by indexer.search so it can do just one find for all the index matches.