Revision 2510
Added by Aaron Marcuse-Kubitza over 12 years ago
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
db_xml.py: put_table(): Pass next as sql.put_table()'s default param now that it is supported