Project

General

Profile

« Previous | Next » 

Revision 2992

sql.py: run_query_into(): Set the into table to be a temp table

View differences:

sql.py
492 492
    
493 493
    assert isinstance(into, sql_gen.Table)
494 494
    
495
    into.is_temp = True
496
    
495 497
    kw_args['recover'] = True
496 498
    kw_args.setdefault('log_ignore_excs', (DuplicateException,))
497 499
    

Also available in: Unified diff