1. 05 8月, 2014 1 次提交
    • A
      Cleanup Transaction inheritance. · 8298d3ad
      Arthur Neves 提交于
      Transaction class doesnt need to encapsulate the transaction state using
      inheritance.
      This removes all Transaction subclasses, and let the Transaction object
      controls different actions based on its own state. Basically the only
      actions would behave differently are `being`,`commit`,`rollback` as they
      could act in a savepoint or in a real transaction.
      8298d3ad
  2. 01 8月, 2014 20 次提交
  3. 31 7月, 2014 19 次提交