An error occurred fetching the project authors.
  1. 07 Oct, 2015 2 commits
  2. 04 Oct, 2015 1 commit
    • Kazuhiko Shiozaki's avatar
      Add auto_extend_select_list argument in buildSQLQuery() and use alias in... · bdcdaca8
      Kazuhiko Shiozaki authored
      Add auto_extend_select_list argument in buildSQLQuery() and use alias in group_by_expression and order_by_expression.
      
      If True, select_list is automatically extended to have columns used in
      group_by_list and order_by_list. It is useful when use
      select_expression in inner query and use group_by_expression or
      order_by_expression in outer query.
      bdcdaca8
  3. 14 Aug, 2015 1 commit
  4. 18 Nov, 2014 1 commit
  5. 16 Oct, 2014 1 commit
  6. 04 Sep, 2014 1 commit
  7. 08 Jul, 2014 1 commit
  8. 12 Apr, 2013 1 commit
    • Jérome Perrin's avatar
      CatalogTool: support sorting on a related key · 331fed02
      Jérome Perrin authored
      This approach consists in treating each keys from the default group (the
      one for sort on and select dict) as a left join if the key supports it, at
      column mapping level.
      
      Also update testERP5Catalog, the specification changed a bit.
      Before, using a related key in select_dict had the side effect of not selecting
      documents without related documents unless the key is explicitly passed in
      select_dict. Now all documents are always returned.
      331fed02
  9. 29 Oct, 2012 1 commit
    • Vincent Pelletier's avatar
      Remove magic columns special case. · 68c3552c
      Vincent Pelletier authored
      If a column is explicitly resolved to a table, it cannot be resolved to
      another later. This causes problems when writing a related key targeting
      another table with the same column name.
      This code duplicates work done in the (only) caller (in
      SearchKey/RelatedKey.py), as it already registers the latest relation
      table with the column to apply on it.
      68c3552c
  10. 08 Nov, 2011 2 commits
  11. 30 Jan, 2011 1 commit
  12. 21 Jan, 2011 1 commit
  13. 20 Jan, 2011 1 commit
  14. 13 Jan, 2011 1 commit
  15. 12 Jan, 2011 1 commit
  16. 05 Jan, 2011 1 commit
  17. 03 Jan, 2011 1 commit
  18. 23 Nov, 2009 1 commit
  19. 20 Nov, 2009 1 commit
  20. 07 Oct, 2009 1 commit
  21. 01 Jun, 2009 1 commit
  22. 22 May, 2009 1 commit
  23. 21 Apr, 2009 1 commit
  24. 11 Mar, 2009 1 commit
  25. 10 Mar, 2009 1 commit
  26. 05 Mar, 2009 3 commits
  27. 28 Feb, 2009 1 commit
  28. 25 Feb, 2009 1 commit