Revision 2928
Added by Aaron Marcuse-Kubitza over 12 years ago
map | ||
---|---|---|
333 | 333 |
|
334 | 334 |
# Import rows |
335 | 335 |
in_row_ct_ref = [0] |
336 |
db_xml.put_table(in_db, root.firstChild, table, commit,
|
|
337 |
in_row_ct_ref, row_ins_ct_ref, n, start, on_error)
|
|
336 |
db_xml.put_table(in_db, root.firstChild, table, in_row_ct_ref,
|
|
337 |
row_ins_ct_ref, n, start, on_error) |
|
338 | 338 |
row_ct = in_row_ct_ref[0] |
339 | 339 |
else: |
340 | 340 |
# Use normal by-row method |
Also available in: Unified diff
db_xml.py: put_table(): Removed no longer needed commit param