schema.py
branchstable
changeset 7879 9aae456abab5
parent 7782 40a49f4350a5
child 7894 ad0eeb0f7a8d
--- a/schema.py	Tue Sep 27 16:04:30 2011 +0200
+++ b/schema.py	Wed Sep 28 09:27:42 2011 +0200
@@ -666,6 +666,8 @@
     # these are overridden by set_log_methods below
     # only defining here to prevent pylint from complaining
     info = warning = error = critical = exception = debug = lambda msg,*a,**kw: None
+    # to be defined in concrete classes
+    full_rql = None
 
     def __init__(self, expression, mainvars, eid):
         self.eid = eid # eid of the entity representing this rql expression