1. 08 8月, 2018 2 次提交
  2. 04 8月, 2018 2 次提交
  3. 01 8月, 2018 2 次提交
  4. 31 7月, 2018 3 次提交
  5. 29 7月, 2018 1 次提交
  6. 27 7月, 2018 7 次提交
  7. 25 7月, 2018 1 次提交
  8. 23 7月, 2018 2 次提交
  9. 21 7月, 2018 3 次提交
  10. 19 7月, 2018 5 次提交
  11. 16 7月, 2018 2 次提交
  12. 13 7月, 2018 1 次提交
  13. 09 7月, 2018 2 次提交
  14. 05 7月, 2018 3 次提交
  15. 04 7月, 2018 2 次提交
  16. 03 7月, 2018 1 次提交
    • R
      Don't share seen object cache between different join nodes in eager loading · d9dcae34
      Ryuta Kamizono 提交于
      Currently, the seen object cache is shared if join nodes have the same
      target class. But it is a wrong assumption, we can't share the seen
      object cache between different join nodes (e.g. `:readonly_account` and
      `:accounts` have the same target class `Account`, but the instances
      have the different state `readonly`).
      
      Fixes #26805.
      Closes #27737.
      d9dcae34
  17. 30 6月, 2018 1 次提交