[Erp5-report] r27482 - /erp5/trunk/products/ZSQLCatalog/SearchKey/SearchKey.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 9 18:21:26 CEST 2009


Author: vincent
Date: Tue Jun  9 18:21:25 2009
New Revision: 27482

URL: http://svn.erp5.org?rev=27482&view=rev
Log:
Add a new 'range' operator: 'neq'.

Modified:
    erp5/trunk/products/ZSQLCatalog/SearchKey/SearchKey.py

Modified: erp5/trunk/products/ZSQLCatalog/SearchKey/SearchKey.py
URL: http://svn.erp5.org/erp5/trunk/products/ZSQLCatalog/SearchKey/SearchKey.py?rev=27482&r1=27481&r2=27482&view=diff
==============================================================================
--- erp5/trunk/products/ZSQLCatalog/SearchKey/SearchKey.py [utf8] (original)
+++ erp5/trunk/products/ZSQLCatalog/SearchKey/SearchKey.py [utf8] Tue Jun  9 18:21:25 2009
@@ -39,7 +39,8 @@
   'min': '>=',
   'max': '<',
   'ngt': '<=',
-  'nlt': '>'
+  'nlt': '>',
+  'neq': '!='
 }
 
 dual_operator_dict = {




More information about the Erp5-report mailing list