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