server/session.py
changeset 5201 2b4267157f85
parent 5174 78438ad513ca
parent 5193 c9671feff5e2
child 5238 31c12863fd9d
--- a/server/session.py	Thu Apr 08 14:11:49 2010 +0200
+++ b/server/session.py	Fri Apr 09 15:10:26 2010 +0200
@@ -953,6 +953,7 @@
 class InternalSession(Session):
     """special session created internaly by the repository"""
     is_internal_session = True
+    running_dbapi_query = False
 
     def __init__(self, repo, cnxprops=None):
         super(InternalSession, self).__init__(InternalManager(), repo, cnxprops,