An error occurred fetching the project authors.
  1. 07 Jul, 2009 1 commit
  2. 06 Jul, 2009 1 commit
  3. 03 Jul, 2009 1 commit
  4. 15 Jan, 2009 2 commits
  5. 14 Jan, 2009 1 commit
  6. 30 Dec, 2008 2 commits
  7. 23 Dec, 2008 2 commits
  8. 15 Dec, 2008 1 commit
  9. 03 Dec, 2008 1 commit
  10. 26 Nov, 2008 1 commit
  11. 18 Sep, 2008 1 commit
  12. 25 Jul, 2008 2 commits
  13. 24 Jul, 2008 1 commit
  14. 23 Jul, 2008 1 commit
  15. 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
  16. 16 Jul, 2008 1 commit
  17. 24 Jun, 2008 1 commit
  18. 09 Jun, 2008 1 commit
  19. 05 Jun, 2008 2 commits
  20. 21 Apr, 2008 1 commit
  21. 14 Apr, 2008 1 commit
  22. 10 Mar, 2008 1 commit
  23. 06 Mar, 2008 2 commits
  24. 05 Mar, 2008 1 commit
  25. 03 Mar, 2008 2 commits
  26. 27 Feb, 2008 1 commit
  27. 22 Feb, 2008 1 commit
  28. 08 Feb, 2008 1 commit
  29. 06 Feb, 2008 2 commits
  30. 05 Feb, 2008 3 commits