1. 22 8月, 2014 1 次提交
  2. 21 8月, 2014 4 次提交
  3. 20 8月, 2014 6 次提交
  4. 19 8月, 2014 7 次提交
  5. 18 8月, 2014 1 次提交
  6. 17 8月, 2014 3 次提交
  7. 16 8月, 2014 3 次提交
    • A
      Fix regression on after_commit in nested transactions. · 2e90fe73
      Arthur Neves 提交于
      after_commit should not run in nested transactions, however they should
      run once the outermost transaction gets committed. This patch fixes the
      problem copying the records from the Savepoint to its parent. So the
      RealTransaction will have all records that needs to run callbacks on it.
      
      [fixes #16425]
      2e90fe73
    • A
      Use *_transaction methods in TransactionManager · 00029545
      Arthur Neves 提交于
      Use `commit_transaction`/`rollback_transaction` on
      `within_new_transaction` method, so they make sure they `pop` the
      transaction from the stack before calling the methods `commit`/`rollback`.
      00029545
    • S
      Implement `==` on `Type::Value` and `Attribute` · bc153cff
      Sean Griffin 提交于
      This was a small self contained piece of the refactoring that I am
      working on, which required these objects to be comparable.
      bc153cff
  8. 15 8月, 2014 7 次提交
  9. 14 8月, 2014 8 次提交