Revision 2553
Added by Aaron Marcuse-Kubitza over 12 years ago
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
db_xml.py: put_table(): Pass is_func to sql.put_table()