--- a/server/migractions.py Fri Jul 31 10:47:15 2009 +0200
+++ b/server/migractions.py Fri Jul 31 14:25:30 2009 +0200
@@ -159,6 +159,7 @@
except (KeyboardInterrupt, EOFError):
print 'aborting...'
sys.exit(0)
+ self.session.keep_pool_mode('transaction')
return self._cnx
@property