[Erp5-report] r11867 - /erp5/trunk/products/ERP5/Interface/Predicate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 3 11:06:15 CET 2007


Author: jp
Date: Wed Jan  3 11:06:12 2007
New Revision: 11867

URL: http://svn.erp5.org?rev=11867&view=rev
Log:
Naming convention: SQL should be in big caps.

Modified:
    erp5/trunk/products/ERP5/Interface/Predicate.py

Modified: erp5/trunk/products/ERP5/Interface/Predicate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Interface/Predicate.py?rev=11867&r1=11866&r2=11867&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Interface/Predicate.py (original)
+++ erp5/trunk/products/ERP5/Interface/Predicate.py Wed Jan  3 11:06:12 2007
@@ -51,7 +51,7 @@
     """
     pass
 
-  def asSqlExpression():
+  def asSQLExpression():
     """
       A Predicate can be rendered as an sql expression. This
       can be useful to create reporting trees based on the




More information about the Erp5-report mailing list