An error occurred fetching the project authors.
- 07 Oct, 2015 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
Revert "Add auto_extend_select_list argument in buildSQLQuery() and use alias in group_by_expression and order_by_expression." Revert "Support group_by_list and order_by_list in WebSection_getDocumentValueList." Revert "Support order_by_list in Resource_zGetMovementHistoryList." No need to extend SQLCatalog parameter to support group_by_list and order_by_list in sub-queries.
-
- 04 Oct, 2015 1 commit
-
-
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.
-
- 14 Aug, 2015 1 commit
-
-
Vincent Pelletier authored
Accelerate debugging by providing relevant values right away.
-
- 18 Nov, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
sort_on=(('title',),) => sort by title sort_on=(('title__score__',),) => sort by full text search score for title
-
- 16 Oct, 2014 1 commit
-
-
Julien Muchembled authored
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 08 Jul, 2014 1 commit
-
-
Vincent Pelletier authored
Use pprofile instead for your profiling needs.
-
- 12 Apr, 2013 1 commit
-
-
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.
-
- 29 Oct, 2012 1 commit
-
-
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.
-
- 08 Nov, 2011 2 commits
-
-
Leonardo Rochael Almeida authored
...while attempting to build the ColumnMap. This makes sure that buildSQLQuery() works even if no actual query is present.
-
Leonardo Rochael Almeida authored
-
- 30 Jan, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
Add explicit joins (and possibility for left-joins) for columns missing a related-key search at build time git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42781 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jan, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
switch for forcibly disabling explicit joins, and partial work for merging related-key join-chains based on aliases git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42594 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jan, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42522 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Jan, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42313 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jan, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
Un-hardcode the use of LeftJoin. Make it dependent on the presence of a left_join_list parameter to the catalog that lists the names of virtual_columns whose related table definitions should be left-joined, insteand of inner-joined, to the catalog. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42277 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Jan, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42014 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jan, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
Implement explicit (and currently hard-coded) left-joins on related keys, along with explicit natural joins of simple external tables (like full_text) git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@41966 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Nov, 2009 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30830 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Nov, 2009 1 commit
-
-
Yusuke Muraoka authored
That was category relation related. Lazy generation of category relation is replaced by using IN with sub query. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30783 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
On the way to Zope 2.12, Reform imports, specially from Globals (replacing it with Products.ERP5Type.Globals on the products that depend on ERP5Type), convert Interface uses to zope.interfaces, and remove CMFMailIn references with blessings from Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27296 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 May, 2009 1 commit
-
-
Vincent Pelletier authored
Remove deprecated method from API. Update method caller to use private method instead, while advertising that it must be fixed when technical alternative is implemented. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27099 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Apr, 2009 1 commit
-
-
Vincent Pelletier authored
Replace it by a docstring explaining why this method is Bad, and how it should be improved. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26536 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Mar, 2009 1 commit
-
-
Vincent Pelletier authored
Do not alias translation table to a hardcoded value: if one uses more than one related key involving translation table columns, they are all mapped to the same alias - so there is only one join happening. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25988 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2009 1 commit
-
-
Vincent Pelletier authored
Make "from string import split" unused in SQLCatalog, and remove string import entirely. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25930 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Mar, 2009 3 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25889 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25887 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
- providing pre-mapped column to catalog is the only way to make a mapping explicit when mapping fails because of ambiguous choice -> it must not be discouraged - having in catalog configuration pre-mapped columns (sql_search_result_keys) is currently unavoidable -> it must not trigger a warning git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25885 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Feb, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25749 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Feb, 2009 1 commit
-
-
Vincent Pelletier authored
- further extend SearchKey concept - define, implement and validate Interfaces - add a column mapper (mapping is decided on a completely-formed query tree instead of being done individualy on each used column) - state what is present for backward compatibility, warn about deprecated/dangerous uses git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25706 20353a03-c40f-0410-a6d1-a30d3c3de9de
-