Project

General

Profile

« Previous | Next » 

Revision 2553

db_xml.py: put_table(): Pass is_func to sql.put_table()

View differences:

lib/db_xml.py
236 236
    
237 237
    # Insert node
238 238
    pkeys_loc = sql.put_table(db, out_table, in_tables, row, row_ins_ct_ref,
239
        into_table_name(out_table, row), next)
239
        into_table_name(out_table, row), next, is_func)
240 240
    if commit: db.db.commit()
241 241
    
242 242
    # Insert children with fkeys to parent

Also available in: Unified diff