1. 15 Feb, 2016 1 commit
  2. 21 Nov, 2013 1 commit
  3. 01 Aug, 2013 1 commit
  4. 03 Jan, 2012 1 commit
  5. 23 Dec, 2011 1 commit
  6. 20 Oct, 2011 2 commits
  7. 26 Aug, 2011 1 commit
  8. 19 Oct, 2010 1 commit
  9. 16 Dec, 2009 1 commit
  10. 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
  11. 28 May, 2009 2 commits
  12. 28 Apr, 2009 3 commits
  13. 20 Apr, 2009 1 commit
    • Hans Leidekker's avatar
      msi: Fix another double free. · 55ad3fdd
      Hans Leidekker authored
      parser_alloc() allocates memory and puts it on a list attached the to query object.
      EXPR_sval() frees memory allocated via parser_alloc() on error but does not remove
      the pointer from the list, which means that when the query destructor is called it
      will be freed again.
      55ad3fdd
  14. 02 Mar, 2009 2 commits
  15. 26 Feb, 2009 2 commits
  16. 06 Oct, 2008 1 commit
  17. 22 Apr, 2008 1 commit
  18. 18 Dec, 2007 1 commit
  19. 02 Aug, 2007 1 commit
  20. 23 Jul, 2007 2 commits
  21. 18 Jun, 2007 1 commit
  22. 13 Jun, 2007 1 commit
  23. 24 Apr, 2007 1 commit
  24. 07 Nov, 2006 1 commit
  25. 31 Oct, 2006 2 commits
  26. 26 Oct, 2006 1 commit
  27. 11 Sep, 2006 1 commit
  28. 09 Sep, 2006 1 commit
  29. 08 Sep, 2006 1 commit
  30. 18 Aug, 2006 1 commit
  31. 26 Jul, 2006 2 commits