1. 02 Feb, 2023 1 commit
  2. 06 Dec, 2022 1 commit
  3. 29 Oct, 2020 1 commit
  4. 30 Jan, 2019 1 commit
  5. 29 Jan, 2019 3 commits
  6. 28 Jan, 2019 3 commits
  7. 25 Jan, 2019 3 commits
  8. 12 Nov, 2012 1 commit
  9. 29 Oct, 2012 1 commit
  10. 23 Dec, 2011 1 commit
  11. 20 Oct, 2011 1 commit
  12. 27 Jul, 2011 1 commit
  13. 24 Nov, 2009 1 commit
  14. 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
  15. 02 Mar, 2009 2 commits
  16. 06 Oct, 2008 1 commit
  17. 18 Dec, 2007 1 commit
  18. 27 Jul, 2007 1 commit
  19. 23 Jul, 2007 2 commits
  20. 19 Jul, 2007 1 commit
  21. 19 Jun, 2007 1 commit
  22. 13 Jun, 2007 1 commit
  23. 24 Apr, 2007 1 commit
  24. 26 Oct, 2006 1 commit
  25. 09 Oct, 2006 1 commit
  26. 07 Sep, 2006 1 commit
  27. 10 Jun, 2006 1 commit
  28. 23 May, 2006 1 commit
  29. 20 Mar, 2006 1 commit
    • Robert Shearman's avatar
      msi: Optimise WHERE operations. · 9f487ba1
      Robert Shearman authored
      Optimise WHERE operations on matching against strings by adding a new
      function find_matching_rows to the views, which eliminates the need to
      examine every record when executing a query. Implement this function
      in the table using a hash table on the ID stored in the data.
      9f487ba1
  30. 10 Jan, 2006 1 commit
  31. 02 Nov, 2005 1 commit
  32. 26 Sep, 2005 1 commit