server/migractions.py
branchstable
changeset 2570 80a996bb536d
parent 2275 bc0bed0616a3
child 2571 5c837feca73a
--- a/server/migractions.py	Thu Jul 30 11:59:48 2009 +0200
+++ b/server/migractions.py	Thu Jul 30 12:01:17 2009 +0200
@@ -194,6 +194,7 @@
                 except (KeyboardInterrupt, EOFError):
                     print 'aborting...'
                     sys.exit(0)
+            self.session.keep_pool_mode = 'transaction'
             return self._cnx
 
     @property