# HG changeset patch # User Sylvain Thénault # Date 1278596129 -7200 # Node ID f1abba8ccc01ff903c00e3a17407e70e11b3adc8 # Parent f6c890ad4fd4f9959db70262be95c3aa778b5f66 [multi-sources] we should annotate those queries, else there is a chance to get bad sql... diff -r f6c890ad4fd4 -r f1abba8ccc01 server/msplanner.py --- a/server/msplanner.py Thu Jul 08 14:52:08 2010 +0200 +++ b/server/msplanner.py Thu Jul 08 15:35:29 2010 +0200 @@ -1155,6 +1155,7 @@ sunion = Union() for select in queries: sunion.append(select) + self.rqlhelper.annotate(select) if temptable: steps.append(FetchStep(plan, sunion, sources, temptable, True, inputmap)) else: