Project

General

Profile

« Previous | Next » 

Revision 2532

sql_gen.py: FunctionCall: Filter args through remove_col_rename() to remove any renamings from the function args

View differences:

lib/sql_gen.py
152 152
        @param args [Code...] The function's arguments
153 153
        '''
154 154
        if not isinstance(function, Code): function = Function(function)
155
        args = map(remove_col_rename, args)
155 156
        
156 157
        self.function = function
157 158
        self.args = args

Also available in: Unified diff