Revision 2174
Added by Aaron Marcuse-Kubitza over 12 years ago
bin/map | ||
---|---|---|
307 | 307 |
# only calc if debug |
308 | 308 |
db_xml.put_table(in_db, root.firstChild, table, schema, commit, |
309 | 309 |
row_ins_ct_ref) |
310 |
row_ct = 0 # unknown for now |
|
310 | 311 |
else: |
311 | 312 |
# Use normal by-row method |
312 | 313 |
row_ct = map_table(col_names, sql.rows(cur), rows_start=start) |
Also available in: Unified diff
bin/map: by_col: row_ct = 0 because it's unknown for now