Project

General

Profile

« Previous | Next » 

Revision 2567

sql.py: put_table(): col_ustr(): Removed no longer needed sql_gen.as_Col() because mapping and join_cols now ensure that their contents are sql_gen.Col objects

View differences:

lib/sql.py
906 906
    
907 907
    def log_debug(msg): db.log_debug(msg, level=1.5)
908 908
    def col_ustr(str_):
909
        return strings.repr_no_u(sql_gen.remove_col_rename(
910
            sql_gen.as_Col(str_)))
909
        return strings.repr_no_u(sql_gen.remove_col_rename(str_))
911 910
    
912 911
    log_debug('********** New iteration **********')
913 912
    log_debug('Inserting these input columns into '+strings.as_tt(

Also available in: Unified diff