Project

General

Profile

« Previous | Next » 

Revision 3692

sql_io.py: Wrapping mapping in a sql_gen.ColDict: Documented that sql_gen.ColDict sanitizes both keys and values passed into it

View differences:

sql_io.py
305 305
        input_joins = [in_table]
306 306
        db.log_debug('Temp table: '+strings.as_tt(in_table.to_str(db)), level=2)
307 307
    
308
    # Wrap mapping in a sql_gen.ColDict.
309
    # sql_gen.ColDict sanitizes both keys and values passed into it.
310
    # Do after applying dicts.join() because that returns a plain dict.
308 311
    mapping = sql_gen.ColDict(db, out_table, mapping)
309
        # after applying dicts.join() because that returns a plain dict
310 312
    
311 313
    # Resolve default value column
312 314
    if default != None:

Also available in: Unified diff