Project

General

Profile

« Previous | Next » 

Revision 3032

sql.py: put_table(): Removed no longer needed EXCLUSIVE lock on the output table

View differences:

lib/sql.py
1479 1479
                insert_into_pkeys(input_joins, [in_pkey_col, func_call])
1480 1480
                return None
1481 1481
            else:
1482
                lock_table(db, out_table, 'EXCLUSIVE')
1483 1482
                return insert_select(db, out_table, mapping.keys(), main_select,
1484 1483
                    **insert_args)
1485 1484
        

Also available in: Unified diff