Revision 2346
Added by Aaron Marcuse-Kubitza over 12 years ago
db_xml.py | ||
---|---|---|
184 | 184 |
row[out_col] = sql_gen.NamedCol(out_col, value) |
185 | 185 |
|
186 | 186 |
# Insert node |
187 |
db.log_debug('Putting columns: '+str(row)) |
|
187 | 188 |
pkeys_loc = sql.put_table(db, out_table, in_tables, row, limit, start, |
188 | 189 |
row_ct_ref=row_ct_ref) |
189 | 190 |
if commit: db.db.commit() |
Also available in: Unified diff
db_xml.py: put_table(): Debug-print which columns are being put