Project

General

Profile

« Previous | Next » 

Revision 2510

db_xml.py: put_table(): Pass next as sql.put_table()'s default param now that it is supported

View differences:

lib/db_xml.py
227 227
    
228 228
    # Insert node
229 229
    pkeys_loc = sql.put_table(db, out_table, in_tables, row, row_ins_ct_ref,
230
        into_table_name(out_table, row))
230
        into_table_name(out_table, row), next)
231 231
    if commit: db.db.commit()
232 232
    
233 233
    # Insert children with fkeys to parent

Also available in: Unified diff