An error occurred fetching the project authors.
- 03 Nov, 2016 1 commit
-
-
Julien Muchembled authored
-
- 27 Oct, 2016 1 commit
-
-
Arnaud Fontaine authored
-
- 15 Jul, 2016 4 commits
-
-
Vincent Pelletier authored
Callers up the stack should not mutate returned value (and all callers found in this repository code follow this rule). Saves a list copy and an extra call on each call, and a few lines of code.
-
Vincent Pelletier authored
-
Sebastien Robin authored
work partially done by Vincent Pelletier (z_get_table_schema)
-
Vincent Pelletier authored
-
- 23 Jun, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 24 May, 2016 1 commit
-
-
Vincent Pelletier authored
getLocalRolesGroupIdDict is supposed to return sorted & cast allowed_roles_and_users value already. Also, use "x in y" pattern over y.has_key(x) for readability.
-
- 15 Apr, 2016 1 commit
-
-
Sebastien Robin authored
This method is useful by some scripts of erp5_administration
-
- 04 Apr, 2016 2 commits
-
-
Boris Kocherov authored
-
Boris Kocherov authored
caching_instance_method not used
-
- 12 Jan, 2016 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 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
-