Project

General

Profile

« Previous | Next » 

Revision 5894

sql_io.py: put_table(): Calling function: Do not cache the function call, because it may be retried after error handling

View differences:

lib/sql_io.py
624 624
                    
625 625
                    log_debug('Calling function')
626 626
                    insert_into_pkeys(sql.mk_select(db, wrapper_table,
627
                        order_by=None), recover=True)
627
                        order_by=None), recover=True, cacheable=False)
628 628
            else:
629 629
                cur = sql.insert_select(db, out_table, mapping.keys(),
630 630
                    main_select, **insert_args)

Also available in: Unified diff