Project

General

Profile

« Previous | Next » 

Revision 2925

Removed unnecessary db.db.commit() calls because commits are now done automatically by DbConn's autocommit mode

View differences:

db_xml.py
226 226
    # Insert node
227 227
    pkeys_loc = sql.put_table(db, out_table, in_tables, row, row_ins_ct_ref,
228 228
        None, next, is_func, on_error)
229
    if commit: db.db.commit()
230 229
    
231 230
    # Insert children with fkeys to parent
232 231
    parent_ids_loc = pkeys_loc # applies to this section

Also available in: Unified diff