server/session.py
branchstable
changeset 5193 c9671feff5e2
parent 5130 929984f017e6
child 5201 2b4267157f85
child 5226 2e215efcc3a6
--- a/server/session.py	Thu Apr 08 19:37:00 2010 +0200
+++ b/server/session.py	Fri Apr 09 11:16:00 2010 +0200
@@ -946,6 +946,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,