Menu

#90 commit method should call _makeObsolete internally

closed-wont-fix
nobody
General (125)
5
2005-06-01
2005-05-30
Anonymous
No

It seems that it is missing a call of _makeObsolete
method inside the commit of class Transaction. Withou
this we can not use begin method properly.

Discussion

  • Oleg Broytman

    Oleg Broytman - 2005-06-01

    Logged In: YES
    user_id=4799

    You don't need to .begin() transaction after .commit(). Just
    do some work and .commit() again. You only need to .begin()
    after .rollback().

     
  • Oleg Broytman

    Oleg Broytman - 2005-06-01
    • status: open --> closed-wont-fix
     

Log in to post a comment.