Project

General

Profile

« Previous | Next » 

Revision 2721

sql.py: put_table(): MissingCastException: Debug message: Removed "'s" so it wouldn't mess up syntax highlighting when pasting debug output into a SQL file

View differences:

sql.py
1252 1252
            out_col = e.col
1253 1253
            type_ = e.type
1254 1254
            
1255
            log_debug('Casting '+out_col+"'s input to "+type_)
1255
            log_debug('Casting '+out_col+" input to "+type_)
1256 1256
            errors_table = sql_gen.suffixed_table(in_tables0.srcs[0], '.errors')
1257 1257
            def wrap_func(col): return cast(db, type_, col, errors_table)
1258 1258
            mapping[out_col] = sql_gen.wrap(wrap_func, mapping[out_col])

Also available in: Unified diff