An error occurred fetching the project authors.
- 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
-
- 20 May, 2009 1 commit
-
-
Vincent Pelletier authored
Improve usability of SimpleQuery when directly instanciated: automaticaly convert an "=" comparison operator on a None value into an "is" comparison operator. Update code comment, as it is not about backward compatibility but about usability. Add a test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27070 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 May, 2009 2 commits
-
-
Vincent Pelletier authored
'operator' parameter has always been refused since new catalog (...by mistake) and handling code was removed by previous commiut. Update docstring. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27060 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27059 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Mar, 2009 1 commit
-
-
Vincent Pelletier authored
Modify SimpleQuery API to deprecate "operator" parameter in favor of "comparison_operator". Preserve backward compatibility. Update all callers. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25979 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
-
- 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
-
- 03 Jul, 2008 3 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22237 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22236 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
worklist generation sometimes passes None git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22234 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jul, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22219 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jul, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22143 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2008 1 commit
-
-
Ivan Tyagov authored
Introduce search key which now are reposnsible for Query generation. Improve parsing of search strings (you must install "ply":http://www.dabeaz.com/ply/). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19152 20353a03-c40f-0410-a6d1-a30d3c3de9de
-