Project

General

Profile

« Previous | Next » 

Revision 3066

sql.py: cleanup_table(): Use update()'s new in_place mode to avoid needing to vacuum the table

View differences:

lib/sql.py
1609 1609
    changes = [(v, sql_gen.CustomCode(expr % v.to_str(db)))
1610 1610
        for v in cols]
1611 1611
    
1612
    update(db, table, changes)
1612
    update(db, table, changes, in_place=True)

Also available in: Unified diff