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