goa/overrides/rqlannotation.py
changeset 0 b97547f5f1fa
child 2 3847ffe2f86c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/goa/overrides/rqlannotation.py	Wed Nov 05 15:52:50 2008 +0100
@@ -0,0 +1,6 @@
+def sqlgen_annotate(schema, rqlhelper, rqlst):
+    rqlst.has_text_query = False
+    rqlst.need_distinct = False
+    
+def set_qdata(union, noinvariant):
+    pass