Revision 3628
Added by Aaron Marcuse-Kubitza over 12 years ago
db_xml.py | ||
---|---|---|
268 | 268 |
|
269 | 269 |
# Insert node |
270 | 270 |
pkeys_loc = sql_io.put_table(db, out_table, in_tables, row, row_ins_ct_ref, |
271 |
None, next, col_defaults, on_error)
|
|
271 |
next, col_defaults, on_error) |
|
272 | 272 |
|
273 | 273 |
sql.empty_temp(db, set(in_tables) - no_empty) |
274 | 274 |
|
Also available in: Unified diff
sql_io.py: put_table(): Removed into param to set a custom into table name because put_table() now has all the info it needs to generate this name automatically, and callers are no longer providing it