An error occurred fetching the project authors.
  1. 21 Oct, 2009 2 commits
  2. 06 Oct, 2009 1 commit
  3. 14 Aug, 2009 2 commits
  4. 23 Jul, 2009 1 commit
  5. 21 Jul, 2009 1 commit
  6. 09 Jul, 2009 1 commit
  7. 07 Jul, 2009 1 commit
  8. 06 Jul, 2009 1 commit
  9. 03 Jul, 2009 1 commit
  10. 15 Jan, 2009 2 commits
  11. 14 Jan, 2009 1 commit
  12. 30 Dec, 2008 2 commits
  13. 23 Dec, 2008 2 commits
  14. 15 Dec, 2008 1 commit
  15. 03 Dec, 2008 1 commit
  16. 26 Nov, 2008 1 commit
  17. 18 Sep, 2008 1 commit
  18. 25 Jul, 2008 2 commits
  19. 24 Jul, 2008 1 commit
  20. 23 Jul, 2008 1 commit
  21. 18 Jul, 2008 1 commit
    • Vincent Pelletier's avatar
      Performance improvements: · f0cb3704
      Vincent Pelletier authored
      - DO NOT use getObject to then just get an UID. It is ready to use in SQL result. This saves a roundtrip to ZODB (which can be in a remote ZEO server).
      - DO NOT use getXXXUid() to then feed the uid to catalog to get the real object. Uid _has_ been fetched from the actual object in the accessor anyway. So just grab actual objects, and fetch uids from them when needed. This saves a roundtrip (...per iteration !) to catalog.
      - Use "IN" instead of "OR" with equality in SQL query (minor improvement compared to the 2 above)
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22567 20353a03-c40f-0410-a6d1-a30d3c3de9de
      f0cb3704
  22. 16 Jul, 2008 1 commit
  23. 24 Jun, 2008 1 commit
  24. 09 Jun, 2008 1 commit
  25. 05 Jun, 2008 2 commits
  26. 21 Apr, 2008 1 commit
  27. 14 Apr, 2008 1 commit
  28. 10 Mar, 2008 1 commit
  29. 06 Mar, 2008 2 commits
  30. 05 Mar, 2008 1 commit
  31. 03 Mar, 2008 2 commits