Revision 2992
Added by Aaron Marcuse-Kubitza over 12 years ago
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
sql.py: run_query_into(): Set the into table to be a temp table