An error occurred fetching the project authors.
- 18 Nov, 2010 1 commit
-
-
Vincent Pelletier authored
It is not practical, as it is not easily possible to nest parsers. This fix stops unquoting strings in lexer, and postpone it to syntax tree walking code. Add tests showing search key nesting works with different unquoting rules. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40389 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Sep, 2010 4 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38362 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38359 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38358 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Also, document why this code is present. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38357 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Jul, 2009 1 commit
-
-
http://en.wikipedia.org/wiki/UTF-8#Official_name_and_incorrect_variantsŁukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27958 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 May, 2009 3 commits
-
-
Vincent Pelletier authored
Make AdvancedSearchTextParser behaviour relative to unknown column names coherent with AdvancedSearchtextDetector's behaviour. Update embeded test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26803 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26802 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26801 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 May, 2009 1 commit
-
-
Vincent Pelletier authored
Export isAdvancedSearchText method on SQLCatalog instance. Document SQLCatalog.isAdvancedSearchText in IQueryCatalog interface. Add a test for new SQLCatalog.isAdvancedSearchText method. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26785 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2009 4 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25947 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25944 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make SearchText/SearchTextParser.py executable: it can be used as a stand-alone script to check if parsing is functional and debug it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25941 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Strenghten a bit SearchText detector: a word followed by a colon is not enough to qulify as a COLUMN token, tha word must also be in a set of valid column names. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25940 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
-