diff --git a/product/ZSQLCatalog/Query/EntireQuery.py b/product/ZSQLCatalog/Query/EntireQuery.py index 09c7029675f19d4b646d524973e92bae008dab0c..0b51f15004907c225dfe41dbabe33f264f2f34e4 100644 --- a/product/ZSQLCatalog/Query/EntireQuery.py +++ b/product/ZSQLCatalog/Query/EntireQuery.py @@ -95,6 +95,7 @@ class EntireQuery(object): implicit_join=self.implicit_join, ) self.column_map = column_map + if 1: for extra_column in self.extra_column_list: table, column = extra_column.replace('`', '').split('.') if table != self.catalog_table_name: