An error occurred fetching the project authors.
- 19 Oct, 2015 2 commits
-
-
Vincent Pelletier authored
Update callers which could not be fixed so they disable the exception. Reviewed-by:
Jerôme Perrin <jerome@nexedi.com>
-
Vincent Pelletier authored
Reviewed-by:
Jerôme Perrin <jerome@nexedi.com>
-
- 07 Oct, 2015 3 commits
-
-
Kazuhiko Shiozaki authored
- group_by, group_by_expression -> group_by_list - select_list, select_expression -> select_dict - sort_on, sort_on_order, order_by_expression -> order_list
-
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.
-
- 24 Sep, 2015 2 commits
-
-
Vincent Pelletier authored
Also, extract unwanted kw entries by just declaring them as separate parameters.
-
Vincent Pelletier authored
-
- 18 Sep, 2015 1 commit
-
-
Vincent Pelletier authored
-
- 14 Aug, 2015 2 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
getPhysicalPath is too slow to be called this often. Flush cache on object clone, which is only useful as an after-renaming event here.
-
- 17 Mar, 2015 1 commit
-
-
Julien Muchembled authored
-
- 16 Oct, 2014 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 08 Jul, 2014 1 commit
-
-
Vincent Pelletier authored
Use pprofile instead for your profiling needs.
-
- 30 Apr, 2014 1 commit
-
-
Vincent Pelletier authored
Also, get rid of single-use locals and unneeded list copy.
-
- 09 Jul, 2013 3 commits
-
-
Vincent Pelletier authored
There are a lot of misses in this function because related keys must have precedence over homonym columns, which makes it cost a *lot* of cpu time to just return None.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Not perfect yet (what if definitions change during the same transaction ?), but better than previous state.
-
- 01 Jul, 2013 1 commit
-
-
Vincent Pelletier authored
-
- 17 Jan, 2013 2 commits
-
-
Vincent Pelletier authored
Several ZSQLMethods do tests on parameter values, causing other parameter values to be discarded (ie not indexed). A pseudo-code example is if isMovement[x]: append(getPrice[x])
-
Vincent Pelletier authored
-
- 09 Jan, 2013 1 commit
-
-
Vincent Pelletier authored
-
- 06 Nov, 2012 1 commit
-
-
Julien Muchembled authored
- wrong default uid was used when migrating a site that never use portal_ids to generate security uids - invalidate transactional cache of security uids
-
- 21 Jun, 2012 1 commit
-
-
Jérome Perrin authored
-
- 15 Jun, 2012 1 commit
-
-
Vincent Pelletier authored
-
- 11 May, 2012 1 commit
-
-
Julien Muchembled authored
- New readOnlyTransactionCache context manager replacing enableReadOnlyTransactionCache and disableReadOnlyTransactionCache - Drop compatibility code that tolerate a dummy context to be passed to getReadOnlyTransactionCache and getTransactionalVariable.
-
- 08 Dec, 2011 1 commit
-
-
Julien Muchembled authored
-
- 17 Oct, 2011 2 commits
-
-
Julien Muchembled authored
- PEP 308: Conditional Expressions - PEP 341: Unified try/except/finally - PEP 343: The ‘with’ statement
-
Julien Muchembled authored
Checked following occurrences in comments: - "Python 2.[456]" - "Zope 2.[891]" - "BBB" - "BACK" Checked uses of: - email, hashlib, numpy & tarfile (modules) - ImportError - string.Template - suppress_events (parameter of _setObject) Excluded: - some forked modules (MailTemplates, PortalTransforms...) - some i18n compatibility code
-
- 11 Sep, 2011 1 commit
-
-
Jean-Paul Smets authored
There is no reason not to support sql_catalog_raise_error_on_uid_check for both cases of UID inconsistency. UID change happens for example with inconsistent catalog and ZODB after disaster recovery. It can be useful to prevent raise during a double catalogin of the database after a disaster recovery. Else, it is just impossible to recover.
-
- 08 Sep, 2011 4 commits
-
-
Vincent Pelletier authored
Also, word-wrap and remove "captain obvious"-style comment.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
This reverts commit e7e8f515. only_group_columns doesn't belong to this API level, only to the level immediately below. Acked-by:
Łukasz Nowak <luke@nexedi.com>
-
Łukasz Nowak authored
Just force only_group_columns=True in kw, as caller can already use this parameter.
-
- 21 Jun, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
Set 'implicit_join' as True by default on portal_catalog.buildSQLQuery(), but keep it as False by default on portal_catalog.searchResults(), since much existing code that manually craft SQL queries assumes joins to be implicit.
-
- 02 May, 2011 1 commit
-
-
Jérome Perrin authored
This feature broke changing page in listbox since listbox search columns are prefixed with field id. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45764 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Mar, 2011 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44651 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2011 1 commit
-
-
Vincent Pelletier authored
This is usefull when automated configuration appends configurations: latest takes precedence. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44644 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
-