Commit c1077eef authored by 's avatar

Hmm, removed create flag for TM - seems only to be an issue with old bobobases.

parent e90f6199
...@@ -32,7 +32,7 @@ import Scheduler.Scheduler ...@@ -32,7 +32,7 @@ import Scheduler.Scheduler
# Open the application database # Open the application database
Bobobase=OFS.Application.open_bobobase() Bobobase=OFS.Application.open_bobobase()
SessionBase=Globals.SessionBase=TJar.TM(Bobobase, 1) SessionBase=Globals.SessionBase=TJar.TM(Bobobase)
SingleThreadedTransaction.Transaction.commit=SessionBase.committer() SingleThreadedTransaction.Transaction.commit=SessionBase.committer()
...@@ -43,6 +43,9 @@ bobo_application=app=Bobobase['Application'] ...@@ -43,6 +43,9 @@ bobo_application=app=Bobobase['Application']
# Revision Log # Revision Log
# #
# $Log: Main.py,v $ # $Log: Main.py,v $
# Revision 1.14 1997/11/19 20:04:23 brian
# Hmm, removed create flag for TM - seems only to be an issue with old bobobases.
#
# Revision 1.13 1997/11/19 19:59:31 brian # Revision 1.13 1997/11/19 19:59:31 brian
# Added create flag to force creation of .trans file when transaction manager is created. # Added create flag to force creation of .trans file when transaction manager is created.
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment