1. 24 Jan, 2012 1 commit
  2. 20 Oct, 2011 1 commit
  3. 23 Sep, 2011 1 commit
  4. 27 Jul, 2011 3 commits
  5. 25 Jul, 2011 1 commit
  6. 07 Jul, 2011 1 commit
  7. 07 Jun, 2011 2 commits
  8. 06 May, 2011 1 commit
  9. 02 May, 2011 1 commit
  10. 17 Mar, 2011 1 commit
  11. 10 Mar, 2011 1 commit
  12. 07 Mar, 2011 1 commit
  13. 04 Mar, 2011 1 commit
  14. 01 Feb, 2011 1 commit
  15. 27 Jan, 2011 1 commit
  16. 19 Oct, 2010 1 commit
  17. 11 Oct, 2010 1 commit
  18. 24 Sep, 2010 1 commit
  19. 08 Sep, 2010 1 commit
  20. 27 Aug, 2010 1 commit
  21. 11 Jun, 2010 1 commit
  22. 19 Apr, 2010 1 commit
  23. 19 Feb, 2010 1 commit
  24. 17 Dec, 2009 1 commit
  25. 16 Dec, 2009 1 commit
  26. 14 Dec, 2009 1 commit
  27. 11 Dec, 2009 1 commit
  28. 08 Dec, 2009 2 commits
  29. 19 Nov, 2009 1 commit
  30. 27 Oct, 2009 1 commit
    • Nate Gallaher's avatar
      msi: Add tablename tracking to VIEW_find_column. · cc366e12
      Nate Gallaher authored
      This fixes the bug where multiple columns of the same name, but
      different tables are members of a join. Any attempt to refer to these
      columns will resolve to the first available column with that name,
      irregardless of any tablename modifier.
      cc366e12
  31. 20 Oct, 2009 3 commits
  32. 15 Oct, 2009 1 commit
  33. 16 Sep, 2009 1 commit
  34. 04 Aug, 2009 1 commit
    • Hans Leidekker's avatar
      msi: Fix column width calculation. · eb101df6
      Hans Leidekker authored
      The iTunes 8 installer database has an integer column of size 1 which
      takes up two bytes at storage level, so adjust the column size calculation
      to account for this difference.
      eb101df6